|
@@ -165,7 +165,7 @@ FROM microsoft/windowsservercore
|
|
# Use PowerShell as the default shell
|
|
# Use PowerShell as the default shell
|
|
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
|
|
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
|
|
|
|
|
|
-ARG GO_VERSION=1.12.9
|
|
|
|
|
|
+ARG GO_VERSION=1.13.0
|
|
|
|
|
|
# Environment variable notes:
|
|
# Environment variable notes:
|
|
# - GO_VERSION must be consistent with 'Dockerfile' used by Linux.
|
|
# - GO_VERSION must be consistent with 'Dockerfile' used by Linux.
|
|
@@ -173,6 +173,7 @@ ARG GO_VERSION=1.12.9
|
|
ENV GO_VERSION=${GO_VERSION} `
|
|
ENV GO_VERSION=${GO_VERSION} `
|
|
GIT_VERSION=2.11.1 `
|
|
GIT_VERSION=2.11.1 `
|
|
GOPATH=C:\gopath `
|
|
GOPATH=C:\gopath `
|
|
|
|
+ GO111MODULE=off `
|
|
FROM_DOCKERFILE=1
|
|
FROM_DOCKERFILE=1
|
|
|
|
|
|
RUN `
|
|
RUN `
|