|
@@ -165,7 +165,7 @@ FROM microsoft/windowsservercore
|
|
|
# Use PowerShell as the default shell
|
|
|
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
|
|
|
|
|
|
-ARG GO_VERSION=1.13.9
|
|
|
+ARG GO_VERSION=1.13.10
|
|
|
|
|
|
# Environment variable notes:
|
|
|
# - GO_VERSION must be consistent with 'Dockerfile' used by Linux.
|