diff --git a/Dockerfile b/Dockerfile index 2d038b578..5fc017999 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN yarn install --frozen-lockfile && INLINE_RUNTIME_CHUNK=false yarn build # ======================================= # ===== Build image for the backend ===== # ======================================= -FROM golang:1.14.2-alpine AS builder-backend +FROM golang:1.14.3-alpine AS builder-backend ARG BUILD_TAG ARG BUILD_COMMIT diff --git a/Dockerfile.arm32v7 b/Dockerfile.arm32v7 index 847b63a7b..3cae9b162 100644 --- a/Dockerfile.arm32v7 +++ b/Dockerfile.arm32v7 @@ -12,7 +12,7 @@ RUN yarn install --frozen-lockfile && INLINE_RUNTIME_CHUNK=false yarn build # ======================================= # ===== Build image for the backend ===== # ======================================= -FROM golang:1.14.2-alpine AS builder-backend +FROM golang:1.14.3-alpine AS builder-backend ARG BUILD_TAG ARG BUILD_COMMIT diff --git a/Dockerfile.arm64v8 b/Dockerfile.arm64v8 index e69b08c43..b4c1cac9a 100644 --- a/Dockerfile.arm64v8 +++ b/Dockerfile.arm64v8 @@ -12,7 +12,7 @@ RUN yarn install --frozen-lockfile && INLINE_RUNTIME_CHUNK=false yarn build # ======================================= # ===== Build image for the backend ===== # ======================================= -FROM golang:1.14.2-alpine AS builder-backend +FROM golang:1.14.3-alpine AS builder-backend ARG BUILD_TAG ARG BUILD_COMMIT