Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit 6ed4e6f

Browse files
Merge component 'engine' from git@github.com:moby/moby master
2 parents 2601940 + d698998 commit 6ed4e6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/engine/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.conf accordingly
12-
: "${RUNC_VERSION:=v1.0.2}"
12+
: "${RUNC_VERSION:=v1.0.3}"
1313

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

components/engine/vendor.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ google.golang.org/grpc f495f5b15ae7ccda3b38c53a1bfc
8787
# the containerd project first, and update both after that is merged.
8888
# This commit does not need to match RUNC_COMMIT as it is used for helper
8989
# packages but should be newer or equal.
90-
github.com/opencontainers/runc 52b36a2dd837e8462de8e01458bf02cf9eea47dd # v1.0.2
90+
github.com/opencontainers/runc f46b6ba2c9314cfc8caae24a32ec5fe9ef1059fe # v1.0.3
9191
github.com/opencontainers/runtime-spec 1c3f411f041711bbeecf35ff7e93461ea6789220 # v1.0.3-0.20210326190908-1c3f411f0417
9292
github.com/opencontainers/image-spec 67d2d5658fe0476ab9bf414cec164077ebff3920 # v1.0.2
9393
github.com/cyphar/filepath-securejoin a261ee33d7a517f054effbf451841abaafe3e0fd # v0.2.2

0 commit comments

Comments
 (0)