8000 Merge pull request #47270 from thaJeztah/24.0_backport_bump_runc_bina… · moby/moby@61afffe · GitHub
[go: up one dir, main page]

Skip to content

Commit 61afffe

Browse files
authored
Merge pull request #47270 from thaJeztah/24.0_backport_bump_runc_binary_1.1.12
[24.0 backport] update runc binary to v1.1.12
2 parents b38e74c + 858919d commit 61afffe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ RUN git init . && git remote add origin "https://github.com/opencontainers/runc.
280280
# that is used. If you need to update runc, open a pull request in the containerd
281281
# project first, and update both after that is merged. When updating RUNC_VERSION,
282282
# consider updating runc in vendor.mod accordingly.
283-
ARG RUNC_VERSION=v1.1.11
283+
ARG RUNC_VERSION=v1.1.12
284284
RUN git fetch -q --depth 1 origin "${RUNC_VERSION}" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
285285

286286
FROM base AS runc-build

hack/dockerfile/install/runc.installer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set -e
99
# the containerd project first, and update both after that is merged.
1010
#
1111
# When updating RUNC_VERSION, consider updating runc in vendor.mod accordingly
12-
: "${RUNC_VERSION:=v1.1.11}"
12+
: "${RUNC_VERSION:=v1.1.12}"
1313

1414
install_runc() {
1515
RUNC_BUILDTAGS="${RUNC_BUILDTAGS:-"seccomp"}"

0 commit comments

Comments
 (0)
0