diff --git a/Dockerfile b/Dockerfile index 1844e659..7a08c39a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # ======================================= # ===== Build image for the backend ===== # ======================================= -FROM golang:1.16-alpine AS builder-backend +FROM golang:1.16.2-alpine AS builder-backend ARG BUILD_TAG ARG BUILD_COMMIT diff --git a/Dockerfile.arm32v7 b/Dockerfile.arm32v7 index 37d99bb9..1b2a29cc 100644 --- a/Dockerfile.arm32v7 +++ b/Dockerfile.arm32v7 @@ -1,7 +1,7 @@ # ======================================= # ===== Build image for the backend ===== # ======================================= -FROM golang:1.16-alpine AS builder-backend +FROM golang:1.16.2-alpine AS builder-backend ARG BUILD_TAG ARG BUILD_COMMIT diff --git a/Dockerfile.arm64v8 b/Dockerfile.arm64v8 index 397c6a7f..1003c9f5 100644 --- a/Dockerfile.arm64v8 +++ b/Dockerfile.arm64v8 @@ -1,7 +1,7 @@ # ======================================= # ===== Build image for the backend ===== # ======================================= -FROM golang:1.16-alpine AS builder-backend +FROM golang:1.16.2-alpine AS builder-backend ARG BUILD_TAG ARG BUILD_COMMIT diff --git a/Dockerfile.coverage b/Dockerfile.coverage index e5e874bb..77b243a5 100644 --- a/Dockerfile.coverage +++ b/Dockerfile.coverage @@ -12,7 +12,7 @@ RUN yarn install --frozen-lockfile && INLINE_RUNTIME_CHUNK=false yarn coverage # ======================================= # ===== Build image for the backend ===== # ======================================= -FROM golang:1.16-alpine AS builder-backend +FROM golang:1.16.2-alpine AS builder-backend ARG BUILD_TAG ARG BUILD_COMMIT