From e4d00071217054e395c5bb0ff34b113a3a593f0d Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 17 Jul 2017 12:57:18 -0400 Subject: 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 --- recipes-containers/docker/docker_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" S = "${WORKDIR}/git" -DOCKER_VERSION = "1.13.0" +DOCKER_VERSION = "17.06.0" PV = "${DOCKER_VERSION}+git${SRCREV_docker}" DEPENDS = " \ -- cgit v1.2.3-54-g00ecf