From 0a1697bf60824ba376c0e9c7bb0be3b3d9bda798 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2020 10:24:20 +1000 Subject: [PATCH] [MISC] (deps): Bump golang from 1.14.4-alpine to 1.14.5-alpine (#1208) Bumps golang from 1.14.4-alpine to 1.14.5-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 +- Dockerfile.coverage | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index f9bececba..2b68defdf 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.4-alpine AS builder-backend +FROM golang:1.14.5-alpine AS builder-backend ARG BUILD_TAG ARG BUILD_COMMIT diff --git a/Dockerfile.arm32v7 b/Dockerfile.arm32v7 index 1f0c6271c..cca6eb184 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.4-alpine AS builder-backend +FROM golang:1.14.5-alpine AS builder-backend ARG BUILD_TAG ARG BUILD_COMMIT diff --git a/Dockerfile.arm64v8 b/Dockerfile.arm64v8 index a39aca7a0..7d2f75f70 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.4-alpine AS builder-backend +FROM golang:1.14.5-alpine AS builder-backend ARG BUILD_TAG ARG BUILD_COMMIT diff --git a/Dockerfile.coverage b/Dockerfile.coverage index 98aec8710..b4d630509 100644 --- a/Dockerfile.coverage +++ b/Dockerfile.coverage @@ -12,7 +12,7 @@ RUN yarn install --frozen-lockfile && INLINE_RUNTIME_CHUNK=false yarn build # ======================================= # ===== Build image for the backend ===== # ======================================= -FROM golang:1.14.4-alpine AS builder-backend +FROM golang:1.14.5-alpine AS builder-backend ARG BUILD_TAG ARG BUILD_COMMIT