From c3537ec24ca67171f57ba0d5e4c182685ba5e4ad Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Thu, 18 Nov 2021 21:48:30 +0100 Subject: [PATCH] Dockerfile.windows: update containerd binary to v1.5.8 This was accidentally forgotten in aef782f34844e70c79481cbecd35b01c9bb25ffa 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 9b53e10a1b..d196e8ffc3 100644 --- a/Dockerfile.windows +++ b/Dockerfile.windows @@ -166,7 +166,7 @@ FROM microsoft/windowsservercore SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] ARG GO_VERSION=1.17.3 -ARG CONTAINERD_VERSION=1.5.7 +ARG CONTAINERD_VERSION=1.5.8 ARG GOTESTSUM_VERSION=v1.7.0 # Environment variable notes: