File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -280,7 +280,7 @@ RUN git init . && git remote add origin "https://github.com/opencontainers/runc.
280
280
# that is used. If you need to update runc, open a pull request in the containerd
281
281
# project first, and update both after that is merged. When updating RUNC_VERSION,
282
282
# consider updating runc in vendor.mod accordingly.
283
- ARG RUNC_VERSION=v1.1.11
283
+ ARG RUNC_VERSION=v1.1.12
284
284
RUN git fetch -q --depth 1 origin "${RUNC_VERSION}" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
285
285
286
286
FROM base AS runc-build
Original file line number Diff line number Diff line change 9
9
# the containerd project first, and update both after that is merged.
10
10
#
11
11
# When updating RUNC_VERSION, consider updating runc in vendor.mod accordingly
12
- : " ${RUNC_VERSION:= v1.1.11 } "
12
+ : " ${RUNC_VERSION:= v1.1.12 } "
13
13
14
14
install_runc () {
15
15
RUNC_BUILDTAGS=" ${RUNC_BUILDTAGS:- " seccomp" } "
You can’t perform that action at this time.
0 commit comments