Skip to content
This repository was archived by the owner on Sep 26, 2021. It is now read-only.

Commit 831b05d

Browse files
Bump for version 1.12.3
Signed-off-by: Nathan LeClaire <[email protected]>
1 parent 4dff5e7 commit 831b05d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Dockerfile.osx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

Dockerfile.windows

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
2222
ENV DOCKER_MACHINE_VERSION 0.8.2
2323
ENV DOCKER_COMPOSE_VERSION 1.8.1
2424
ENV 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

3939
RUN curl -fsSL -o dockerbins.zip "https://${DOCKER_ENDPOINT}/builds/Windows/x86_64/docker-${DOCKER_VERSION}.zip" && \
4040
unzip dockerbins.zip && \

0 commit comments

Comments
 (0)