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 d6abda0710.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2024-01-31 14:08:11 +01:00
parent 5fbbb68dad
commit 46cfa2e34c
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C

View file

@ -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.