Skip to content

Commit 3e8573a

Browse files
authored
Merge pull request #44040 from thaJeztah/containerd_binary_1.6.8
update containerd binary to v1.6.8
2 parents cefc89e + d52ffce commit 3e8573a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile.windows

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ FROM microsoft/windowsservercore
166166
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
167167

168168
ARG GO_VERSION=1.18.5
169-
ARG CONTAINERD_VERSION=v1.6.7
169+
ARG CONTAINERD_VERSION=v1.6.8
170170
ARG GOTESTSUM_VERSION=v1.8.1
171171
ARG GOWINRES_VERSION=v0.2.3
172172

hack/dockerfile/install/containerd.installer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ set -e
1515
# the binary version you may also need to update the vendor version to pick up
1616
# bug fixes or new APIs, however, usually the Go packages are built from a
1717
# commit from the master branch.
18-
: "${CONTAINERD_VERSION:=v1.6.7}"
18+
: "${CONTAINERD_VERSION:=v1.6.8}"
1919

2020
install_containerd() (
2121
echo "Install containerd version $CONTAINERD_VERSION"

0 commit comments

Comments
 (0)