From 8f0865bd63ff08fe5f0c5849bf62f0482506ec1a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 10:57:24 +1000 Subject: [PATCH] [MISC] (deps): Bump golang from 1.15.0-alpine to 1.15.1-alpine (#1304) Bumps golang from 1.15.0-alpine to 1.15.1-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 0590d93e0..a886c29b0 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.15.0-alpine AS builder-backend +FROM golang:1.15.1-alpine AS builder-backend ARG BUILD_TAG ARG BUILD_COMMIT diff --git a/Dockerfile.arm32v7 b/Dockerfile.arm32v7 index c20c83382..c9740b0f5 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.15.0-alpine AS builder-backend +FROM golang:1.15.1-alpine AS builder-backend ARG BUILD_TAG ARG BUILD_COMMIT diff --git a/Dockerfile.arm64v8 b/Dockerfile.arm64v8 index c7c9b95ec..6406c898d 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.15.0-alpine AS builder-backend +FROM golang:1.15.1-alpine AS builder-backend ARG BUILD_TAG ARG BUILD_COMMIT diff --git a/Dockerfile.coverage b/Dockerfile.coverage index 91432f16c..9675a503c 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.15.0-alpine AS builder-backend +FROM golang:1.15.1-alpine AS builder-backend ARG BUILD_TAG ARG BUILD_COMMIT