|
@@ -165,7 +165,7 @@ FROM microsoft/windowsservercore
|
|
|
# Use PowerShell as the default shell
|
|
|
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
|
|
|
|
|
|
-ARG GO_VERSION=1.18.0
|
|
|
+ARG GO_VERSION=1.18.1
|
|
|
ARG CONTAINERD_VERSION=1.6.2
|
|
|
ARG GOTESTSUM_VERSION=v1.7.0
|
|
|
|