summaryrefslogtreecommitdiff
path: root/Dockerfile.simple
diff options
context:
space:
mode:
authorSebastiaan van Stijn <github@gone.nl>2020-04-09 21:58:09 +0200
committerSebastiaan van Stijn <github@gone.nl>2020-04-09 21:58:09 +0200
commit7cb13d4d85990555be1317ae32b394e98a779379 (patch)
tree026d1ce7e86477a1cb463a589b16300c7436eb2f /Dockerfile.simple
parent9c71a2be319371d9ed9ab4429f2f4ddfee732e70 (diff)
downloaddocker-7cb13d4d85990555be1317ae32b394e98a779379.tar.gz
Bump Golang 1.13.10
go1.13.10 (released 2020/04/08) includes fixes to the go command, the runtime, os/exec, and time packages. See the Go 1.13.10 milestone on the issue tracker for details: https://github.com/golang/go/issues?q=milestone%3AGo1.13.10+label%3ACherryPickApproved full diff: https://github.com/golang/go/compare/go1.13.9...go1.13.10 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 761aaf0e46..75d9a84b4e 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.13.9
+ARG GO_VERSION=1.13.10
FROM golang:${GO_VERSION}-stretch
ENV GO111MODULE=off