summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-06-05 12:46:02 -0400
committerGitHub <noreply@github.com>2021-06-05 12:46:02 -0400
commitdfabac4e6f3a51921b11bea19c5d3a7358b74f0a (patch)
tree8e335e73acc0fd39902e0fbf3e6709eb19f038d7 /Dockerfile
parent487132a6f105152faf82d19944fdc055d899c7b3 (diff)
Bump golang from 1.16.4-alpine to 1.16.5-alpine (#1169)
Bumps golang from 1.16.4-alpine to 1.16.5-alpine. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 858fb136..7e6000d0 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.4-alpine AS build
+FROM --platform=linux/amd64 golang:1.16.5-alpine AS build
ARG TARGETOS
ARG TARGETARCH