Skip to content

Commit

Permalink
[MISC] (deps): Bump golang from 1.15.5-alpine to 1.15.6-alpine (#1519)
Browse files Browse the repository at this point in the history
Bumps golang from 1.15.5-alpine to 1.15.6-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>
  • Loading branch information
dependabot-preview[bot] and james-d-elliott committed Dec 11, 2020
1 parent 12a6286 commit c2708c4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN yarn install --frozen-lockfile && INLINE_RUNTIME_CHUNK=false yarn build
# =======================================
# ===== Build image for the backend =====
# =======================================
FROM golang:1.15.5-alpine AS builder-backend
FROM golang:1.15.6-alpine AS builder-backend

ARG BUILD_TAG
ARG BUILD_COMMIT
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.arm32v7
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN yarn install --frozen-lockfile && INLINE_RUNTIME_CHUNK=false yarn build
# =======================================
# ===== Build image for the backend =====
# =======================================
FROM golang:1.15.5-alpine AS builder-backend
FROM golang:1.15.6-alpine AS builder-backend

ARG BUILD_TAG
ARG BUILD_COMMIT
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.arm64v8
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN yarn install --frozen-lockfile && INLINE_RUNTIME_CHUNK=false yarn build
# =======================================
# ===== Build image for the backend =====
# =======================================
FROM golang:1.15.5-alpine AS builder-backend
FROM golang:1.15.6-alpine AS builder-backend

ARG BUILD_TAG
ARG BUILD_COMMIT
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.coverage
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN yarn install --frozen-lockfile && INLINE_RUNTIME_CHUNK=false yarn coverage
# =======================================
# ===== Build image for the backend =====
# =======================================
FROM golang:1.15.5-alpine AS builder-backend
FROM golang:1.15.6-alpine AS builder-backend

ARG BUILD_TAG
ARG BUILD_COMMIT
Expand Down

0 comments on commit c2708c4

Please sign in to comment.