From 46cfa2e34cea2c9ce7dd2aec315d931ed79b29fe Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 31 Jan 2024 14:08:11 +0100 Subject: [PATCH] Dockerfile: update containerd binary for windows to 1.6.27 Update the containerd binary that's used in CI to align with the version used for Linux. This was missed in d6abda0710383ecaf928687c31567d1c86dc70f3. Signed-off-by: Sebastiaan van Stijn --- Dockerfile.windows | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.windows b/Dockerfile.windows index 71201fee97..7e78c7eda3 100644 --- a/Dockerfile.windows +++ b/Dockerfile.windows @@ -168,7 +168,7 @@ SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPref ARG GO_VERSION=1.20.13 ARG GOTESTSUM_VERSION=v1.8.2 ARG GOWINRES_VERSION=v0.3.0 -ARG CONTAINERD_VERSION=v1.6.22 +ARG CONTAINERD_VERSION=v1.6.27 # Environment variable notes: # - GO_VERSION must be consistent with 'Dockerfile' used by Linux.