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

Commit 3336a66

Browse files
Bump version to 1.12.2-rc3
Signed-off-by: Nathan LeClaire <[email protected]>
1 parent a9b4a05 commit 3336a66

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile.osx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ 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.2-rc2
30-
ENV DOCKER_VERSION 1.12.2-rc2
29+
ENV INSTALLER_VERSION 1.12.2-rc3
30+
ENV DOCKER_VERSION 1.12.2-rc3
3131

3232
# Change this to 'test.docker.com' for RCs and 'get.docker.com' for official
3333
# releases.

Dockerfile.windows

Lines changed: 2 additions & 2 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.2-rc2
21-
ENV DOCKER_VERSION 1.12.2-rc2
20+
ENV INSTALLER_VERSION 1.12.2-rc3
21+
ENV DOCKER_VERSION 1.12.2-rc3
2222
ENV DOCKER_MACHINE_VERSION 0.8.2
2323
ENV DOCKER_COMPOSE_VERSION 1.8.0
2424
ENV BOOT2DOCKER_ISO_VERSION $DOCKER_VERSION

0 commit comments

Comments
 (0)