build(deps): update dependency golang to v1.17.7 (#2896)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
pull/2897/head^2
renovate[bot] 2022-02-24 02:46:37 +11:00 committed by GitHub
parent 4d06318413
commit 5cbc88dd59
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 ===== # ===== Build image for the backend =====
# ======================================= # =======================================
FROM golang:1.17.6-alpine AS builder-backend FROM golang:1.17.7-alpine AS builder-backend
WORKDIR /go/src/app WORKDIR /go/src/app

View File

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