Bump Golang to 1.10.1, alpine 3.7

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Upstream-commit: be8885525c4d1ef4a13bbd6396f60e8657bc5573
Component: engine
This commit is contained in:
Sebastiaan van Stijn
2018-04-12 13:30:01 -07:00
parent a9398df305
commit 91c1ef0fbf
39 changed files with 41 additions and 41 deletions
+1 -1
View File
@@ -161,7 +161,7 @@ SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPref
# Environment variable notes:
# - GO_VERSION must be consistent with 'Dockerfile' used by Linux.
# - FROM_DOCKERFILE is used for detection of building within a container.
ENV GO_VERSION=1.9.5 `
ENV GO_VERSION=1.10.1 `
GIT_VERSION=2.11.1 `
GOPATH=C:\go `
FROM_DOCKERFILE=1