aboutsummaryrefslogtreecommitdiff
path: root/utils/runc
diff options
context:
space:
mode:
authorGerard Ryan <G.M0N3Y.2503@gmail.com>2023-06-06 20:20:40 +1000
committerTianling Shen <cnsztl@gmail.com>2023-06-09 21:11:56 +0800
commitf3118b535099220ce7755251c65dd6f0d5f9f43e (patch)
tree5a0f84d6c60686fb09c397877cbcde7cf0a41c24 /utils/runc
parent779af4d40ccdc0f2a798ee6b6849abb37d202f1b (diff)
runc: Update to 1.1.7 for docker 24.0.2
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
Diffstat (limited to 'utils/runc')
-rw-r--r--utils/runc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/runc/Makefile b/utils/runc/Makefile
index 442a0900a..669018056 100644
--- a/utils/runc/Makefile
+++ b/utils/runc/Makefile
@@ -1,14 +1,14 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=runc
-PKG_VERSION:=1.1.4
+PKG_VERSION:=1.1.7
PKG_RELEASE:=2
PKG_LICENSE:=Apache-2.0
PKG_LICENSE_FILES:=LICENSE
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/opencontainers/runc/tar.gz/v${PKG_VERSION}?
-PKG_HASH:=4f02077432642eebd768fc857318ae7929290b3a3511eb1be338005e360cfa34
+PKG_HASH:=f1885d6dfa188f8112328ac2355e5d67346174a2e2e795ec514a972bcbfcc2fa
PKG_MAINTAINER:=Gerard Ryan <G.M0N3Y.2503@gmail.com>