[MISC] (deps): Bump golang from 1.14.2-alpine to 1.14.3-alpine (#1029)

Bumps golang from 1.14.2-alpine to 1.14.3-alpine.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
pull/1030/head^2
dependabot-preview[bot] 2020-05-19 08:22:02 +10:00 committed by GitHub
parent 79a2139896
commit 13e2050d91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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