Skip to content

Commit 972e31a

Browse files
authored
Merge pull request moby#5506 from moby/revert-5443-runc-1.2.0
Revert "Dockerfile: update runc binary to 1.2.1"
2 parents 0655923 + ec91995 commit 972e31a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# syntax=docker/dockerfile-upstream:master
22

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

0 commit comments

Comments
 (0)