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,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
3030RUN curl -fsSL -o /docker https://test.docker.com/builds/Darwin/x86_64/docker-$DOCKER_VERSION
3131RUN chmod +x /docker
3232
@@ -35,7 +35,7 @@ RUN curl -fsSL -o /docker-machine.zip https://github.com/docker/machine/releases
3535RUN 7z x /docker-machine.zip && rm -f /docker-machine.zip
3636RUN chmod +x /docker-machine*
3737
38- ENV DOCKER_COMPOSE_VERSION 1.5.0rc2
38+ ENV DOCKER_COMPOSE_VERSION 1.5.0rc3
3939RUN curl -fsSL -o /docker-compose https://github.com/docker/compose/releases/download/$DOCKER_COMPOSE_VERSION/docker-compose-Darwin-x86_64
4040RUN chmod +x /docker-compose
4141
@@ -46,7 +46,7 @@ RUN curl -fsSL -o /boot2docker.iso https://github.com/tianon/boot2docker-legacy/
4646ENV KITEMATIC_VERSION 0.9.2
4747RUN 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
5151ENV MIXPANEL_TOKEN c306ae65c33d7d09fe3e546f36493a6e
5252
Original file line number Diff line number Diff 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
2222ENV DOCKER_MACHINE_VERSION 0.5.0-rc4
23- ENV DOCKER_COMPOSE_VERSION 1.5.0rc2
23+ ENV DOCKER_COMPOSE_VERSION 1.5.0rc3
2424ENV BOOT2DOCKER_ISO_VERSION $DOCKER_VERSION
2525ENV KITEMATIC_VERSION 0.9.2
2626ENV VIRTUALBOX_VERSION 5.0.8
You can’t perform that action at this time.
0 commit comments