summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2017-07-17 12:57:18 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-07-17 14:01:57 -0400
commite4d00071217054e395c5bb0ff34b113a3a593f0d (patch)
tree023d0bef99e11ae787ffabe85baa5be7fa2d002c
parentb7e1fc9745dd6118bf2104f3273fbc219e4bc712 (diff)
downloadmeta-virtualization-e4d00071217054e395c5bb0ff34b113a3a593f0d.tar.gz
docker: update version string to 17.06.0
The docker uprev missed the version string which matches the actual binary being built. With this change, the package now reflects the correct version. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--recipes-containers/docker/docker_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/docker/docker_git.bb b/recipes-containers/docker/docker_git.bb
index acb17709..16ebd210 100644
--- a/recipes-containers/docker/docker_git.bb
+++ b/recipes-containers/docker/docker_git.bb
@@ -36,7 +36,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=9740d093a080530b5c5c6573df9af45a"
36 36
37S = "${WORKDIR}/git" 37S = "${WORKDIR}/git"
38 38
39DOCKER_VERSION = "1.13.0" 39DOCKER_VERSION = "17.06.0"
40PV = "${DOCKER_VERSION}+git${SRCREV_docker}" 40PV = "${DOCKER_VERSION}+git${SRCREV_docker}"
41 41
42DEPENDS = " \ 42DEPENDS = " \