summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-containers/docker/docker-moby.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/docker/docker-moby.bb b/recipes-containers/docker/docker-moby.bb
index 074ef08f..762a785f 100644
--- a/recipes-containers/docker/docker-moby.bb
+++ b/recipes-containers/docker/docker-moby.bb
@@ -35,7 +35,7 @@ DESCRIPTION = "Linux container runtime \
35# to a docker.inc recipe 35# to a docker.inc recipe
36 36
37# moby commit matches the docker-engine bump on the 19.03 branch' 37# moby commit matches the docker-engine bump on the 19.03 branch'
38SRCREV_moby = "aa6a9891b09cce3d9004121294301a30d45d998d" 38SRCREV_moby = "420b1d36250f9cfdc561f086f25a213ecb669b6f"
39SRCREV_libnetwork = "c7bae399e46fd620b8a006174b7327e4e6e647fd" 39SRCREV_libnetwork = "c7bae399e46fd620b8a006174b7327e4e6e647fd"
40SRCREV_cli = "eb310fca49568dccd87c6136f774ef6fff2a1b51" 40SRCREV_cli = "eb310fca49568dccd87c6136f774ef6fff2a1b51"
41SRC_URI = "\ 41SRC_URI = "\
@@ -57,7 +57,7 @@ GO_IMPORT = "import"
57 57
58S = "${WORKDIR}/git" 58S = "${WORKDIR}/git"
59 59
60DOCKER_VERSION = "19.03.8" 60DOCKER_VERSION = "19.03.15"
61PV = "${DOCKER_VERSION}+git${SRCREV_moby}" 61PV = "${DOCKER_VERSION}+git${SRCREV_moby}"
62 62
63PACKAGES =+ "${PN}-contrib" 63PACKAGES =+ "${PN}-contrib"