summaryrefslogtreecommitdiff
path: root/Dockerfile.simple
diff options
context:
space:
mode:
authorSebastiaan van Stijn <github@gone.nl>2023-01-11 00:15:35 +0100
committerSebastiaan van Stijn <github@gone.nl>2023-01-11 00:15:35 +0100
commit155e8d7d780200c9d6e03322aeb8394a849dd144 (patch)
treed635305ff2823e8765b129c0b9138c3211c2cf39 /Dockerfile.simple
parent62296f9281d429b0ff1967f4c933e4b3b338cdd8 (diff)
downloaddocker-155e8d7d780200c9d6e03322aeb8394a849dd144.tar.gz
update to go1.19.5
go1.19.5 (released 2023-01-10) includes fixes to the compiler, the linker, and the crypto/x509, net/http, sync/atomic, and syscall packages. See the Go 1.19.5 milestone on the issue tracker for details: https://github.com/golang/go/issues?q=milestone%3AGo1.19.5+label%3ACherryPickApproved full diff: https://github.com/golang/go/compare/go1.19.4...go1.19.5 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 cfa893e39d..3fb1d315ca 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.19.4
+ARG GO_VERSION=1.19.5
ARG BASE_DEBIAN_DISTRO="bullseye"
ARG GOLANG_IMAGE="golang:${GO_VERSION}-${BASE_DEBIAN_DISTRO}"