summaryrefslogtreecommitdiff
path: root/Dockerfile.simple
diff options
context:
space:
mode:
authorSebastiaan van Stijn <github@gone.nl>2021-08-23 15:14:53 +0200
committerSebastiaan van Stijn <github@gone.nl>2021-08-24 23:33:27 +0200
commit686be57d0a6e514c0cddb2f3ac9cbb3cbef87f5f (patch)
tree169aab366fce8e45b8fcfbe060a25b4a74cbea12 /Dockerfile.simple
parent8207c05cfcff9853e3e65b2b87b8355d9f65e734 (diff)
downloaddocker-686be57d0a6e514c0cddb2f3ac9cbb3cbef87f5f.tar.gz
Update to Go 1.17.0, and gofmt with Go 1.17
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Diffstat (limited to 'Dockerfile.simple')
-rw-r--r--Dockerfile.simple2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.simple b/Dockerfile.simple
index d7e2dca895..166582b834 100644
--- a/Dockerfile.simple
+++ b/Dockerfile.simple
@@ -5,7 +5,7 @@
# This represents the bare minimum required to build and test Docker.
-ARG GO_VERSION=1.16.7
+ARG GO_VERSION=1.17.0
ARG BASE_DEBIAN_DISTRO="bullseye"
ARG GOLANG_IMAGE="golang:${GO_VERSION}-${BASE_DEBIAN_DISTRO}"