diff --git a/Dockerfile.coverage b/Dockerfile.coverage index a46e57117..58fd7282f 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.2-alpine AS builder-backend +FROM golang:1.17.3-alpine AS builder-backend WORKDIR /go/src/app diff --git a/Dockerfile.dev b/Dockerfile.dev index c36f0bf6b..76147d94e 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.2-alpine AS builder-backend +FROM golang:1.17.3-alpine AS builder-backend WORKDIR /go/src/app