From 9b841d4ce2b4c65b4ba5a24a8db0e3b2007fd19f Mon Sep 17 00:00:00 2001 From: Nathan LeClaire Date: Mon, 22 Feb 2016 17:01:36 -0800 Subject: [PATCH] Properly version Toolbox release Signed-off-by: Nathan LeClaire --- Dockerfile.osx | 2 +- Dockerfile.windows | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.osx b/Dockerfile.osx index 288e8191..d46a769e 100644 --- a/Dockerfile.osx +++ b/Dockerfile.osx @@ -26,7 +26,7 @@ RUN curl -fsSL -o /vbox.dmg http://download.virtualbox.org/virtualbox/$VBOX_VERS # Download the Docker parts -ENV INSTALLER_VERSION 1.10.2a +ENV INSTALLER_VERSION 1.10.2 ENV DOCKER_VERSION 1.10.2 RUN curl -fsSL -o /docker https://get.docker.com/builds/Darwin/x86_64/docker-$DOCKER_VERSION diff --git a/Dockerfile.windows b/Dockerfile.windows index d77907bf..79afa669 100644 --- a/Dockerfile.windows +++ b/Dockerfile.windows @@ -17,7 +17,7 @@ RUN cd innosetup && \ wine "./innounp.exe" -e "is-unicode.exe" # installer components -ENV INSTALLER_VERSION 1.10.2a +ENV INSTALLER_VERSION 1.10.2 ENV DOCKER_VERSION 1.10.2 ENV DOCKER_MACHINE_VERSION 0.6.0 ENV DOCKER_COMPOSE_VERSION 1.6.0