summaryrefslogtreecommitdiffstats
path: root/recipes-containers/runc/runc-opencontainers_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers/runc/runc-opencontainers_git.bb')
-rw-r--r--recipes-containers/runc/runc-opencontainers_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-containers/runc/runc-opencontainers_git.bb b/recipes-containers/runc/runc-opencontainers_git.bb
index 3b5a9259..69468443 100644
--- a/recipes-containers/runc/runc-opencontainers_git.bb
+++ b/recipes-containers/runc/runc-opencontainers_git.bb
@@ -1,11 +1,11 @@
1include runc.inc 1include runc.inc
2 2
3SRCREV = "e8bb71e147d6044f57dfb5d4da619cf27f830c48" 3SRCREV = "3778ae603c706494fd1e2c2faf83b406e38d687d"
4SRC_URI = " \ 4SRC_URI = " \
5 git://github.com/opencontainers/runc;branch=release-1.1;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \ 5 git://github.com/opencontainers/runc;branch=main;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \
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.12" 8RUNC_VERSION = "1.2.0-rc.2"
9 9
10CVE_PRODUCT = "runc" 10CVE_PRODUCT = "runc"
11 11