diff --git a/Dockerfile.coverage b/Dockerfile.coverage index 723688c19..767738f5a 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.3-alpine AS builder-backend +FROM golang:1.17.4-alpine AS builder-backend WORKDIR /go/src/app diff --git a/Dockerfile.dev b/Dockerfile.dev index 5dbf9afa1..619a1801a 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.3-alpine AS builder-backend +FROM golang:1.17.4-alpine AS builder-backend WORKDIR /go/src/app