summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-containers/docker/docker-moby.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-containers/docker/docker-moby.bb b/recipes-containers/docker/docker-moby.bb
index 2422c366..03f681a2 100644
--- a/recipes-containers/docker/docker-moby.bb
+++ b/recipes-containers/docker/docker-moby.bb
@@ -35,9 +35,9 @@ 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 = "88820a4793eabd2a5624e7a16772207cfa073f98" 38SRCREV_moby = "7d75c1d40d88ddef08653dbd611f41df42bdf087"
39SRCREV_libnetwork = "026aabaa659832804b01754aaadd2c0f420c68b6" 39SRCREV_libnetwork = "55e924b8a84231a065879156c0de95aefc5f5435"
40SRCREV_cli = "80fd48bcb7e7cc525078d2cd11cf3cb20ca5bb32" 40SRCREV_cli = "fd3371eb7df1adeceff5935cf3ade0576a0f48d5"
41SRC_URI = "\ 41SRC_URI = "\
42 git://github.com/moby/moby.git;branch=19.03;name=moby \ 42 git://github.com/moby/moby.git;branch=19.03;name=moby \
43 git://github.com/docker/libnetwork.git;branch=bump_19.03;name=libnetwork;destsuffix=git/libnetwork \ 43 git://github.com/docker/libnetwork.git;branch=bump_19.03;name=libnetwork;destsuffix=git/libnetwork \
@@ -59,7 +59,7 @@ GO_IMPORT = "import"
59 59
60S = "${WORKDIR}/git" 60S = "${WORKDIR}/git"
61 61
62DOCKER_VERSION = "19.03.13" 62DOCKER_VERSION = "19.03.14"
63PV = "${DOCKER_VERSION}+git${SRCREV_moby}" 63PV = "${DOCKER_VERSION}+git${SRCREV_moby}"
64 64
65PACKAGES =+ "${PN}-contrib" 65PACKAGES =+ "${PN}-contrib"