From 9f82bffbcfe12c8fdc6380a09efdba416edc98dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Jul 2021 09:09:19 -0400 Subject: Bump golang from 1.16.5-alpine to 1.16.6-alpine (#1181) Bumps golang from 1.16.5-alpine to 1.16.6-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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 96e5847e..a7baa906 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.5-alpine AS build +FROM --platform=linux/amd64 golang:1.16.6-alpine AS build ARG TARGETOS ARG TARGETARCH -- cgit v1.2.3