From 0c91f5c898824698c5d1d6729916609678cc091e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Jun 2021 14:36:51 +1000 Subject: [PATCH] build(deps): update golang docker tag to v1.16.5 (#2060) Co-authored-by: Renovate Bot --- 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 5c48db09..ccddcdfc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # ======================================= # ===== Build image for the backend ===== # ======================================= -FROM golang:1.16.4-alpine AS builder-backend +FROM golang:1.16.5-alpine AS builder-backend ARG BUILD_TAG ARG BUILD_COMMIT diff --git a/Dockerfile.arm32v7 b/Dockerfile.arm32v7 index d66a99a1..c1e54044 100644 --- a/Dockerfile.arm32v7 +++ b/Dockerfile.arm32v7 @@ -1,7 +1,7 @@ # ======================================= # ===== Build image for the backend ===== # ======================================= -FROM golang:1.16.4-alpine AS builder-backend +FROM golang:1.16.5-alpine AS builder-backend ARG BUILD_TAG ARG BUILD_COMMIT diff --git a/Dockerfile.arm64v8 b/Dockerfile.arm64v8 index 9edf05c4..77e96ab5 100644 --- a/Dockerfile.arm64v8 +++ b/Dockerfile.arm64v8 @@ -1,7 +1,7 @@ # ======================================= # ===== Build image for the backend ===== # ======================================= -FROM golang:1.16.4-alpine AS builder-backend +FROM golang:1.16.5-alpine AS builder-backend ARG BUILD_TAG ARG BUILD_COMMIT diff --git a/Dockerfile.coverage b/Dockerfile.coverage index 983b5304..636a8ac5 100644 --- a/Dockerfile.coverage +++ b/Dockerfile.coverage @@ -12,7 +12,7 @@ RUN yarn install --frozen-lockfile && INLINE_RUNTIME_CHUNK=false yarn coverage # ======================================= # ===== Build image for the backend ===== # ======================================= -FROM golang:1.16.4-alpine AS builder-backend +FROM golang:1.16.5-alpine AS builder-backend ARG BUILD_TAG ARG BUILD_COMMIT