From 1fedeff5b9c91b413f97e818debd85e9ddeee637 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Aug 2021 17:49:41 +0000 Subject: Bump golang from 1.16.6-alpine to 1.16.7-alpine (#1192) Bumps golang from 1.16.6-alpine to 1.16.7-alpine. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- Dockerfile.integration | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index fdc1c461..156eec2f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1.2.1-labs FROM --platform=linux/amd64 hairyhenderson/upx:3.94 AS upx -FROM --platform=linux/amd64 golang:1.16.6-alpine AS build +FROM --platform=linux/amd64 golang:1.16.7-alpine AS build ARG TARGETOS ARG TARGETARCH diff --git a/Dockerfile.integration b/Dockerfile.integration index 21bc8fbd..765a581b 100644 --- a/Dockerfile.integration +++ b/Dockerfile.integration @@ -2,7 +2,7 @@ FROM vault:1.8.0 AS vault FROM consul:1.10.1 AS consul -FROM golang:1.16.6-alpine +FROM golang:1.16.7-alpine COPY --from=vault /bin/vault /bin/vault COPY --from=consul /bin/consul /bin/consul -- cgit v1.2.3