This repository was archived by the owner on Sep 26, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ RUN curl -fsSL -o /vbox.dmg http://download.virtualbox.org/virtualbox/$VBOX_VERS
2626
2727# Download the Docker parts
2828
29- ENV INSTALLER_VERSION 1.12.3-rc1
30- ENV DOCKER_VERSION 1.12.3-rc1
29+ ENV INSTALLER_VERSION 1.12.3
30+ ENV DOCKER_VERSION 1.12.3
3131
3232# Change this to 'test.docker.com' for RCs and 'get.docker.com' for official
3333# releases.
34- ENV DOCKER_ENDPOINT test .docker.com
34+ ENV DOCKER_ENDPOINT get .docker.com
3535
3636# Why '--strip-components 3'? The client binary is in usr/local/bin/docker in
3737# the tar archive. If we extract directly, it will create a usr/local/bin
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ RUN cd innosetup && \
1717 wine "./innounp.exe" -e "is-unicode.exe"
1818
1919# installer components
20- ENV INSTALLER_VERSION 1.12.3-rc1
21- ENV DOCKER_VERSION 1.12.3-rc1
20+ ENV INSTALLER_VERSION 1.12.3
21+ ENV DOCKER_VERSION 1.12.3
2222ENV DOCKER_MACHINE_VERSION 0.8.2
2323ENV DOCKER_COMPOSE_VERSION 1.8.1
2424ENV BOOT2DOCKER_ISO_VERSION $DOCKER_VERSION
@@ -34,7 +34,7 @@ WORKDIR /bundle
3434
3535# Change this to 'test.docker.com' for RCs and 'get.docker.com' for official
3636# releases.
37- ENV DOCKER_ENDPOINT test .docker.com
37+ ENV DOCKER_ENDPOINT get .docker.com
3838
3939RUN curl -fsSL -o dockerbins.zip "https://${DOCKER_ENDPOINT}/builds/Windows/x86_64/docker-${DOCKER_VERSION}.zip" && \
4040 unzip dockerbins.zip && \
You can’t perform that action at this time.
0 commit comments