summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-05-08 12:55:41 +0000
committerGitHub <noreply@github.com>2021-05-08 12:55:41 +0000
commita69c164be16c6ef19da0f87735188e4b1d99d34a (patch)
treedccd5b48fca29dc29ad125b7876bed1c622f6fee /Dockerfile
parent02abb50b21aefafcf4e6aecd13b5c69f33580849 (diff)
Bump golang from 1.16.3-alpine to 1.16.4-alpine (#1151)
Bumps golang from 1.16.3-alpine to 1.16.4-alpine. 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 566da98a..858fb136 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.3-alpine AS build
+FROM --platform=linux/amd64 golang:1.16.4-alpine AS build
ARG TARGETOS
ARG TARGETARCH