build(deps): update golang docker tag to v1.17.2 (#2470)
Co-authored-by: Renovate Bot <bot@renovateapp.com>pull/2472/head
parent
455499fa93
commit
6e0536137c
|
@ -15,7 +15,7 @@ RUN yarn global add pnpm && \
|
|||
# =======================================
|
||||
# ===== Build image for the backend =====
|
||||
# =======================================
|
||||
FROM golang:1.17.1-alpine AS builder-backend
|
||||
FROM golang:1.17.2-alpine AS builder-backend
|
||||
|
||||
WORKDIR /go/src/app
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ RUN yarn install --frozen-lockfile && GENERATE_SOURCEMAP=false INLINE_RUNTIME_CH
|
|||
# =======================================
|
||||
# ===== Build image for the backend =====
|
||||
# =======================================
|
||||
FROM golang:1.17.1-alpine AS builder-backend
|
||||
FROM golang:1.17.2-alpine AS builder-backend
|
||||
|
||||
WORKDIR /go/src/app
|
||||
|
||||
|
|
Loading…
Reference in New Issue