summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-containers/runc/runc-opencontainers_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/runc/runc-opencontainers_git.bb b/recipes-containers/runc/runc-opencontainers_git.bb
index a5a2f11b..77c567ef 100644
--- a/recipes-containers/runc/runc-opencontainers_git.bb
+++ b/recipes-containers/runc/runc-opencontainers_git.bb
@@ -1,10 +1,10 @@
1include runc.inc 1include runc.inc
2 2
3SRCREV = "17a2d451d635e5eda2e4902324428f1bc65b0364" 3SRCREV = "b6109acd4d81e8a33dd07d94e6a7f9c706d8356c"
4SRC_URI = " \ 4SRC_URI = " \
5 git://github.com/opencontainers/runc;branch=release-1.1;protocol=https \ 5 git://github.com/opencontainers/runc;branch=release-1.1;protocol=https \
6 file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch \ 6 file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch \
7 " 7 "
8RUNC_VERSION = "1.1.5" 8RUNC_VERSION = "1.1.7"
9 9
10CVE_PRODUCT = "runc" 10CVE_PRODUCT = "runc"