Merge pull request #43032 from thaJeztah/windows_containerd_1.5.8

Dockerfile.windows: update containerd binary to v1.5.8
This commit is contained in:
Tianon Gravi 2021-11-18 16:55:01 -08:00 committed by GitHub
commit 7ae9ca749b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -166,7 +166,7 @@ FROM microsoft/windowsservercore
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
ARG GO_VERSION=1.17.3 ARG GO_VERSION=1.17.3
ARG CONTAINERD_VERSION=1.5.7 ARG CONTAINERD_VERSION=1.5.8
ARG GOTESTSUM_VERSION=v1.7.0 ARG GOTESTSUM_VERSION=v1.7.0
# Environment variable notes: # Environment variable notes: