Skip to content

Commit

Permalink
Merge pull request #5506 from moby/revert-5443-runc-1.2.0
Browse files Browse the repository at this point in the history
Revert "Dockerfile: update runc binary to 1.2.1"
  • Loading branch information
tonistiigi authored Nov 12, 2024
2 parents 0655923 + ec91995 commit 972e31a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# syntax=docker/dockerfile-upstream:master

ARG RUNC_VERSION=v1.2.1
# Do not update runc to v1.2.x until https://github.com/opencontainers/runc/issues/4518 is resolved
ARG RUNC_VERSION=v1.1.15
ARG CONTAINERD_VERSION=v1.7.23
# CONTAINERD_ALT_VERSION_16 defines fallback containerd version for integration tests
ARG CONTAINERD_ALT_VERSION_16=v1.6.36
Expand Down

0 comments on commit 972e31a

Please sign in to comment.