diff --git a/Dockerfile.coverage b/Dockerfile.coverage index 78c1ad635..012e7f606 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.5-alpine AS builder-backend +FROM golang:1.17.6-alpine AS builder-backend WORKDIR /go/src/app diff --git a/Dockerfile.dev b/Dockerfile.dev index 59a925fdb..c85077f2d 100644 --- a/Dockerfile.dev +++ b/Dockerfile.dev @@ -13,7 +13,7 @@ RUN yarn install --frozen-lockfile && yarn build # ======================================= # ===== Build image for the backend ===== # ======================================= -FROM golang:1.17.5-alpine AS builder-backend +FROM golang:1.17.6-alpine AS builder-backend WORKDIR /go/src/app