diff --git a/Dockerfile.coverage b/Dockerfile.coverage index 1eb661f2d..59302e08c 100644 --- a/Dockerfile.coverage +++ b/Dockerfile.coverage @@ -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 diff --git a/Dockerfile.dev b/Dockerfile.dev index 476fabbce..de195b401 100644 --- a/Dockerfile.dev +++ b/Dockerfile.dev @@ -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