summaryrefslogtreecommitdiffstats
path: root/recipes-containers/docker/docker-moby_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers/docker/docker-moby_git.bb')
-rw-r--r--recipes-containers/docker/docker-moby_git.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-containers/docker/docker-moby_git.bb b/recipes-containers/docker/docker-moby_git.bb
index dea5a8ea..0e357cb2 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 = "3949ff121ee486eb73484f6c4708d199f68c930e" 37SRCREV_moby = "4ed81ac0e2504489839226ce42abc614cc4d4860"
38SRCREV_libnetwork = "f6ccccb1c082a432c2a5814aaedaca56af33d9ea" 38SRCREV_libnetwork = "dcdf8f176d1e13ad719e913e796fb698d846de98"
39SRCREV_cli = "100c70180fde3601def79a59cc3e996aa553c9b9" 39SRCREV_cli = "baeda1f82a10204ec5708d5fbba130ad76cfee49"
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.17" 57DOCKER_VERSION = "20.10.21"
58PV = "${DOCKER_VERSION}+git${SRCREV_moby}" 58PV = "${DOCKER_VERSION}+git${SRCREV_moby}"
59 59
60CVE_PRODUCT = "docker" 60CVE_PRODUCT = "docker"