From 7c6cb402f5ff7f8f170e5acf503bb540cfa31749 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2020 22:02:52 +0200 Subject: [PATCH] [MISC] (deps): Bump golang from 1.14.3-alpine to 1.14.4-alpine (#1086) Bumps golang from 1.14.3-alpine to 1.14.4-alpine. Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- Dockerfile | 2 +- Dockerfile.arm32v7 | 2 +- Dockerfile.arm64v8 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 49e38d26..557136b7 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.3-alpine AS builder-backend +FROM golang:1.14.4-alpine AS builder-backend ARG BUILD_TAG ARG BUILD_COMMIT diff --git a/Dockerfile.arm32v7 b/Dockerfile.arm32v7 index 3cdaaf56..2a4673e0 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.3-alpine AS builder-backend +FROM golang:1.14.4-alpine AS builder-backend ARG BUILD_TAG ARG BUILD_COMMIT diff --git a/Dockerfile.arm64v8 b/Dockerfile.arm64v8 index 4ada6cd1..396b59ff 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.3-alpine AS builder-backend +FROM golang:1.14.4-alpine AS builder-backend ARG BUILD_TAG ARG BUILD_COMMIT