diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 724f3813e..b3d6e2fdc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,7 +39,7 @@ jobs: strategy: fail-fast: false matrix: - containerd: ["1.6.30", "1.7.14"] + containerd: ["1.6.33", "1.7.18"] env: DOCKER_BUILD_ARGS: "CONTAINERD_VERSION=${{ matrix.containerd }}" steps: diff --git a/Dockerfile b/Dockerfile index 35f40fa58..5a0b908b8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -ARG CONTAINERD_VERSION=1.6.30 +ARG CONTAINERD_VERSION=1.6.33 ARG RUNC_VERSION=1.1.12 ARG NERDCTL_VERSION=1.7.1 ARG GO_VERSION=1.21.10