aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.simple
diff options
context:
space:
mode:
authorSebastiaan van Stijn <github@gone.nl>2021-08-07 18:14:58 +0200
committerSebastiaan van Stijn <github@gone.nl>2021-08-07 18:14:58 +0200
commitb1f7ffea9f1cbb1c46856a6045b88d3cd6f9da27 (patch)
treec3c901609c837f341dc700190b01dd392ea21c6a /Dockerfile.simple
parent91dc595e96483184e090d653870eb95d95f96904 (diff)
Update Go to 1.16.7
go1.16.7 (released 2021-08-05) includes a security fix to the net/http/httputil package, as well as bug fixes to the compiler, the linker, the runtime, the go command, and the net/http package. See the Go 1.16.7 milestone on the issue tracker for details: https://github.com/golang/go/issues?q=milestone%3AGo1.16.7+label%3ACherryPickApproved 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 a9a2e0e4b0..ac0461637b 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.6
+ARG GO_VERSION=1.16.7
FROM golang:${GO_VERSION}-buster
ENV GO111MODULE=off