summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-containers/docker/docker-moby_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-containers/docker/docker-moby_git.bb b/recipes-containers/docker/docker-moby_git.bb
index b8dfbc44..0a0ffd60 100644
--- a/recipes-containers/docker/docker-moby_git.bb
+++ b/recipes-containers/docker/docker-moby_git.bb
@@ -34,9 +34,9 @@ DESCRIPTION = "Linux container runtime \
34# - The common components of this recipe and docker-ce do need to be moved 34# - The common components of this recipe and docker-ce do need to be moved
35# to a docker.inc recipe 35# to a docker.inc recipe
36 36
37SRCREV_moby = "7bd682c48c076fd398275925a18394eba46cb8d0" 37SRCREV_moby = "906f57ff5b7100013dfef066ea8fe367706468df"
38SRCREV_libnetwork = "64b7a4574d1426139437d20e81c0b6d391130ec8" 38SRCREV_libnetwork = "64b7a4574d1426139437d20e81c0b6d391130ec8"
39SRCREV_cli = "b485636f4b90ed5a91a1f403e65ffced469c641a" 39SRCREV_cli = "a224086349269551becacce16e5842ceeb2a98d6"
40SRCREV_FORMAT = "moby_libnetwork" 40SRCREV_FORMAT = "moby_libnetwork"
41SRC_URI = "\ 41SRC_URI = "\
42 git://github.com/moby/moby.git;branch=20.10;name=moby;protocol=https \ 42 git://github.com/moby/moby.git;branch=20.10;name=moby;protocol=https \
@@ -54,7 +54,7 @@ require docker.inc
54LICENSE = "Apache-2.0" 54LICENSE = "Apache-2.0"
55LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=4859e97a9c7780e77972d989f0823f28" 55LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=4859e97a9c7780e77972d989f0823f28"
56 56
57DOCKER_VERSION = "20.10.10" 57DOCKER_VERSION = "20.10.12"
58PV = "${DOCKER_VERSION}+git${SRCREV_moby}" 58PV = "${DOCKER_VERSION}+git${SRCREV_moby}"
59 59
60CVE_PRODUCT = "docker" 60CVE_PRODUCT = "docker"