summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-containers/docker/docker_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/docker/docker_git.bb b/recipes-containers/docker/docker_git.bb
index 2cff6f15..f50f25ae 100644
--- a/recipes-containers/docker/docker_git.bb
+++ b/recipes-containers/docker/docker_git.bb
@@ -18,7 +18,7 @@ DESCRIPTION = "Linux container runtime \
18 subtle and/or glaring issues. \ 18 subtle and/or glaring issues. \
19 " 19 "
20 20
21SRCREV = "34d9a8240914d30f3a8fe28c1b7d1d4e36d0657b" 21SRCREV = "7392c3b0ce0f9d3e918a321c66668c5d1ef4f689"
22SRC_URI = "\ 22SRC_URI = "\
23 git://github.com/docker/docker.git;nobranch=1 \ 23 git://github.com/docker/docker.git;nobranch=1 \
24 file://docker.service \ 24 file://docker.service \
@@ -32,7 +32,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=aadc30f9c14d876ded7bedc0afd2d3d7"
32 32
33S = "${WORKDIR}/git" 33S = "${WORKDIR}/git"
34 34
35DOCKER_VERSION = "1.12.0" 35DOCKER_VERSION = "1.12.5"
36PV = "${DOCKER_VERSION}+git${SRCREV}" 36PV = "${DOCKER_VERSION}+git${SRCREV}"
37 37
38DEPENDS = "go-cross \ 38DEPENDS = "go-cross \