summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 deaa1deb..cd6a7419 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 = "bfc8e1ae36e36573f5705700fd8a6c47bcc2f95c" 37SRCREV_moby = "219f21bf07502b447095649b5a2764661737f164"
38SRCREV_libnetwork = "05b93e0d3a95952f70c113b0bc5bdb538d7afdd7" 38SRCREV_libnetwork = "25ec449c45d2075c85fb3688ef4c1730be0466e0"
39SRCREV_cli = "1ab7665be88132a5769c1967e3975c80157fd06f" 39SRCREV_cli = "569dd73db13099a7c3104d73aa15117b359045bc"
40SRCREV_FORMAT = "moby_libnetwork" 40SRCREV_FORMAT = "moby_libnetwork"
41SRC_URI = "\ 41SRC_URI = "\
42 git://github.com/moby/moby.git;branch=23.0;name=moby;protocol=https \ 42 git://github.com/moby/moby.git;branch=23.0;name=moby;protocol=https \
@@ -56,7 +56,7 @@ require docker.inc
56LICENSE = "Apache-2.0" 56LICENSE = "Apache-2.0"
57LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=4859e97a9c7780e77972d989f0823f28" 57LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=4859e97a9c7780e77972d989f0823f28"
58 58
59DOCKER_VERSION = "23.0.1" 59DOCKER_VERSION = "23.0.2"
60PV = "${DOCKER_VERSION}+git${SRCREV_moby}" 60PV = "${DOCKER_VERSION}+git${SRCREV_moby}"
61 61
62CVE_PRODUCT = "docker mobyproject:moby" 62CVE_PRODUCT = "docker mobyproject:moby"