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

Commit 10d50a0

Browse files
committed
Bump for 1.9.0 rc4
Signed-off-by: Jeffrey Morgan <[email protected]>
1 parent 5365cfa commit 10d50a0

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,7 +26,7 @@ RUN curl -fsSL -o /vbox.dmg http://download.virtualbox.org/virtualbox/$VBOX_VERS
2626

2727
# Download the Docker parts
2828

29-
ENV DOCKER_VERSION 1.9.0-rc3
29+
ENV DOCKER_VERSION 1.9.0-rc4
3030
RUN curl -fsSL -o /docker https://test.docker.com/builds/Darwin/x86_64/docker-$DOCKER_VERSION
3131
RUN chmod +x /docker
3232

@@ -35,7 +35,7 @@ RUN curl -fsSL -o /docker-machine.zip https://github.com/docker/machine/releases
3535
RUN 7z x /docker-machine.zip && rm -f /docker-machine.zip
3636
RUN chmod +x /docker-machine*
3737

38-
ENV DOCKER_COMPOSE_VERSION 1.5.0rc2
38+
ENV DOCKER_COMPOSE_VERSION 1.5.0rc3
3939
RUN curl -fsSL -o /docker-compose https://github.com/docker/compose/releases/download/$DOCKER_COMPOSE_VERSION/docker-compose-Darwin-x86_64
4040
RUN chmod +x /docker-compose
4141

@@ -46,7 +46,7 @@ RUN curl -fsSL -o /boot2docker.iso https://github.com/tianon/boot2docker-legacy/
4646
ENV KITEMATIC_VERSION 0.9.2
4747
RUN curl -fsSL -o /kitematic.zip https://github.com/kitematic/kitematic/releases/download/v$KITEMATIC_VERSION/Kitematic-$KITEMATIC_VERSION-Mac.zip
4848

49-
ENV INSTALLER_VERSION 1.9.0-rc3
49+
ENV INSTALLER_VERSION 1.9.0-rc4
5050

5151
ENV MIXPANEL_TOKEN c306ae65c33d7d09fe3e546f36493a6e
5252

Dockerfile.windows

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ RUN cd innosetup && \
1717
wine "./innounp.exe" -e "is-unicode.exe"
1818

1919
# installer components
20-
ENV INSTALLER_VERSION 1.9.0-rc3
21-
ENV DOCKER_VERSION 1.9.0-rc3
20+
ENV INSTALLER_VERSION 1.9.0-rc4
21+
ENV DOCKER_VERSION 1.9.0-rc4
2222
ENV DOCKER_MACHINE_VERSION 0.5.0-rc4
23-
ENV DOCKER_COMPOSE_VERSION 1.5.0rc2
23+
ENV DOCKER_COMPOSE_VERSION 1.5.0rc3
2424
ENV BOOT2DOCKER_ISO_VERSION $DOCKER_VERSION
2525
ENV KITEMATIC_VERSION 0.9.2
2626
ENV VIRTUALBOX_VERSION 5.0.8

0 commit comments

Comments
 (0)