summaryrefslogtreecommitdiff
path: root/hack/dockerfile
diff options
context:
space:
mode:
authorSebastiaan van Stijn <thaJeztah@users.noreply.github.com>2022-08-08 11:47:23 +0200
committerGitHub <noreply@github.com>2022-08-08 11:47:23 +0200
commitf0680670d2303418816854a74e75e33e41907199 (patch)
treeda2bd364119720174195d975e7dd5ff01eadeba0 /hack/dockerfile
parent33b27e2cca510c3d260f0717c715a012baf30cfa (diff)
parent2293de1c82d8a5858c5bcdc849a7fd842400abba (diff)
downloaddocker-f0680670d2303418816854a74e75e33e41907199.tar.gz
Merge pull request #43708 from thaJeztah/update_runc_binary
update runc binary to v1.1.3
Diffstat (limited to 'hack/dockerfile')
-rwxr-xr-xhack/dockerfile/install/runc.installer2
1 files changed, 1 insertions, 1 deletions
diff --git a/hack/dockerfile/install/runc.installer b/hack/dockerfile/install/runc.installer
index 08d2dc2158..3c1440f6b2 100755
--- a/hack/dockerfile/install/runc.installer
+++ b/hack/dockerfile/install/runc.installer
@@ -9,7 +9,7 @@ set -e
# the containerd project first, and update both after that is merged.
#
# When updating RUNC_VERSION, consider updating runc in vendor.mod accordingly
-: "${RUNC_VERSION:=v1.1.2}"
+: "${RUNC_VERSION:=v1.1.3}"
install_runc() {
RUNC_BUILDTAGS="${RUNC_BUILDTAGS:-"seccomp"}"