diff --git a/Dockerfile b/Dockerfile index 3274125f..845596ac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # ======================================= # ===== Build image for the backend ===== # ======================================= -FROM golang:1.16.6-alpine AS builder-backend +FROM golang:1.16.7-alpine AS builder-backend WORKDIR /go/src/app diff --git a/Dockerfile.arm32v7 b/Dockerfile.arm32v7 index ec4724dc..e3a3c1ed 100644 --- a/Dockerfile.arm32v7 +++ b/Dockerfile.arm32v7 @@ -1,7 +1,7 @@ # ======================================= # ===== Build image for the backend ===== # ======================================= -FROM golang:1.16.6-alpine AS builder-backend +FROM golang:1.16.7-alpine AS builder-backend WORKDIR /go/src/app diff --git a/Dockerfile.arm64v8 b/Dockerfile.arm64v8 index a645e19d..01313d9b 100644 --- a/Dockerfile.arm64v8 +++ b/Dockerfile.arm64v8 @@ -1,7 +1,7 @@ # ======================================= # ===== Build image for the backend ===== # ======================================= -FROM golang:1.16.6-alpine AS builder-backend +FROM golang:1.16.7-alpine AS builder-backend WORKDIR /go/src/app diff --git a/Dockerfile.coverage b/Dockerfile.coverage index 6c34d60d..78d250d7 100644 --- a/Dockerfile.coverage +++ b/Dockerfile.coverage @@ -13,7 +13,7 @@ RUN yarn install --frozen-lockfile && INLINE_RUNTIME_CHUNK=false yarn coverage # ======================================= # ===== Build image for the backend ===== # ======================================= -FROM golang:1.16.6-alpine AS builder-backend +FROM golang:1.16.7-alpine AS builder-backend WORKDIR /go/src/app