build(deps): update golang docker tag to v1.17.3 (#2567)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
pull/2564/head
renovate[bot] 2021-11-05 09:34:12 +11:00 committed by GitHub
parent ed0efb76b3
commit c8cddf4f16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ RUN yarn global add pnpm && \
# =======================================
# ===== Build image for the backend =====
# =======================================
FROM golang:1.17.2-alpine AS builder-backend
FROM golang:1.17.3-alpine AS builder-backend
WORKDIR /go/src/app

View File

@ -13,7 +13,7 @@ RUN yarn install --frozen-lockfile && yarn build
# =======================================
# ===== Build image for the backend =====
# =======================================
FROM golang:1.17.2-alpine AS builder-backend
FROM golang:1.17.3-alpine AS builder-backend
WORKDIR /go/src/app