summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2021-08-22 15:27:15 -0400
committerGitHub <noreply@github.com>2021-08-22 19:27:15 +0000
commit11b59c7a4c30e9d72c71a63053853b932ed2677c (patch)
tree57e2b3ea0f6222a02db7973f1dd26e6418ef58f9 /Dockerfile
parentcd1559e4730bd488e792ca833615cee3af175fbe (diff)
Go 1.17 (#1195)
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 156eec2f..bb9d0b5d 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.7-alpine AS build
+FROM --platform=linux/amd64 golang:1.17-alpine AS build
ARG TARGETOS
ARG TARGETARCH