summaryrefslogtreecommitdiff
path: root/Dockerfile.simple
diff options
context:
space:
mode:
authorSebastiaan van Stijn <github@gone.nl>2022-06-27 11:22:21 +0200
committerSebastiaan van Stijn <github@gone.nl>2022-09-07 15:27:16 +0200
commit58413c15cb0382a66c4dd18b8e32205b22cfa833 (patch)
treec89735ca9d1efe215abc3aaaf5215abac67228f7 /Dockerfile.simple
parenta9fe88e395acaacd84067b5fc701d52dbcf4b625 (diff)
downloaddocker-58413c15cb0382a66c4dd18b8e32205b22cfa833.tar.gz
update to golang 1.19
also ran gofmt with go1.19 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 c22b2fb34d..789e96f264 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.18.6
+ARG GO_VERSION=1.19
ARG BASE_DEBIAN_DISTRO="bullseye"
ARG GOLANG_IMAGE="golang:${GO_VERSION}-${BASE_DEBIAN_DISTRO}"