build(deps): update dependency golang to v1.17.8 (#2948)
Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com> Co-authored-by: Renovate Bot <bot@renovateapp.com>pull/2925/head^2
parent
4acb42aa39
commit
b6072e7fd8
|
@ -15,7 +15,7 @@ RUN yarn global add pnpm && \
|
||||||
# =======================================
|
# =======================================
|
||||||
# ===== Build image for the backend =====
|
# ===== Build image for the backend =====
|
||||||
# =======================================
|
# =======================================
|
||||||
FROM golang:1.17.7-alpine AS builder-backend
|
FROM golang:1.17.8-alpine AS builder-backend
|
||||||
|
|
||||||
WORKDIR /go/src/app
|
WORKDIR /go/src/app
|
||||||
|
|
||||||
|
|
|
@ -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.7-alpine AS builder-backend
|
FROM golang:1.17.8-alpine AS builder-backend
|
||||||
|
|
||||||
WORKDIR /go/src/app
|
WORKDIR /go/src/app
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue