ammend version

Signed-off-by: Charity Kathure <ckathure@microsoft.com>
This commit is contained in:
Charity Kathure 2024-02-07 14:18:53 +03:00 committed by Olli Janatuinen
parent 0f2b758595
commit 8560c75f4c

View file

@ -167,10 +167,10 @@ FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG}
# Use PowerShell as the default shell
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
ARG GO_VERSION=1.21.5
ARG GO_VERSION=1.21.6
ARG GOTESTSUM_VERSION=v1.8.2
ARG GOWINRES_VERSION=v0.3.1
ARG CONTAINERD_VERSION=v1.7.11
ARG CONTAINERD_VERSION=v1.7.13
# Environment variable notes:
# - GO_VERSION must be consistent with 'Dockerfile' used by Linux.