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 26477e84..8a93f004 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 = "3db8385b187168d99680aa8b68ffb5020c606982" 37SRCREV_moby = "013d6655bb0f4c86bcd9d48372ef67afd0ded65e"
38SRCREV_libnetwork = "64b7a4574d1426139437d20e81c0b6d391130ec8" 38SRCREV_libnetwork = "64b7a4574d1426139437d20e81c0b6d391130ec8"
39SRCREV_cli = "e0d47b1c0b0c4689e8e4c5da901d7046e5e0e512" 39SRCREV_cli = "e9b8231d6a57b6a5a5efd96504ace70a78dc6e5d"
40SRC_URI = "\ 40SRC_URI = "\
41 git://github.com/moby/moby.git;branch=20.10;name=moby \ 41 git://github.com/moby/moby.git;branch=20.10;name=moby \
42 git://github.com/docker/libnetwork.git;branch=master;name=libnetwork;destsuffix=git/libnetwork \ 42 git://github.com/docker/libnetwork.git;branch=master;name=libnetwork;destsuffix=git/libnetwork \
@@ -53,7 +53,7 @@ require docker.inc
53LICENSE = "Apache-2.0" 53LICENSE = "Apache-2.0"
54LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=4859e97a9c7780e77972d989f0823f28" 54LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=4859e97a9c7780e77972d989f0823f28"
55 55
56DOCKER_VERSION = "20.10.6" 56DOCKER_VERSION = "20.10.7"
57PV = "${DOCKER_VERSION}+git${SRCREV_moby}" 57PV = "${DOCKER_VERSION}+git${SRCREV_moby}"
58 58
59CVE_PRODUCT = "docker" 59CVE_PRODUCT = "docker"