From 3336a668f183fb7f4f17c38287f01fc1c1e4e665 Mon Sep 17 00:00:00 2001 From: Nathan LeClaire Date: Fri, 7 Oct 2016 20:46:33 -0700 Subject: [PATCH] Bump version to 1.12.2-rc3 Signed-off-by: Nathan LeClaire --- Dockerfile.osx | 4 ++-- Dockerfile.windows | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile.osx b/Dockerfile.osx index 97a50dab..a5ba3782 100644 --- a/Dockerfile.osx +++ b/Dockerfile.osx @@ -26,8 +26,8 @@ RUN curl -fsSL -o /vbox.dmg http://download.virtualbox.org/virtualbox/$VBOX_VERS # Download the Docker parts -ENV INSTALLER_VERSION 1.12.2-rc2 -ENV DOCKER_VERSION 1.12.2-rc2 +ENV INSTALLER_VERSION 1.12.2-rc3 +ENV DOCKER_VERSION 1.12.2-rc3 # Change this to 'test.docker.com' for RCs and 'get.docker.com' for official # releases. diff --git a/Dockerfile.windows b/Dockerfile.windows index 50c83abc..e537148b 100644 --- a/Dockerfile.windows +++ b/Dockerfile.windows @@ -17,8 +17,8 @@ RUN cd innosetup && \ wine "./innounp.exe" -e "is-unicode.exe" # installer components -ENV INSTALLER_VERSION 1.12.2-rc2 -ENV DOCKER_VERSION 1.12.2-rc2 +ENV INSTALLER_VERSION 1.12.2-rc3 +ENV DOCKER_VERSION 1.12.2-rc3 ENV DOCKER_MACHINE_VERSION 0.8.2 ENV DOCKER_COMPOSE_VERSION 1.8.0 ENV BOOT2DOCKER_ISO_VERSION $DOCKER_VERSION