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 +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ ENV DOCKER_MACHINE_VERSION 0.4.1
3434RUN curl -fsSL -o /docker-machine https://github.com/docker/machine/releases/download/v$DOCKER_MACHINE_VERSION/docker-machine_darwin-amd64
3535RUN chmod +x /docker-machine
3636
37- ENV DOCKER_COMPOSE_VERSION 1.4.1
37+ ENV DOCKER_COMPOSE_VERSION 1.4.2
3838RUN curl -fsSL -o /docker-compose https://github.com/docker/compose/releases/download/$DOCKER_COMPOSE_VERSION/docker-compose-Darwin-x86_64
3939RUN chmod +x /docker-compose
4040
@@ -44,7 +44,7 @@ RUN curl -fsSL -o /boot2docker.iso https://github.com/boot2docker/boot2docker/re
4444ENV KITEMATIC_VERSION 0.8.5
4545RUN curl -fsSL -o /kitematic.zip https://github.com/kitematic/kitematic/releases/download/v$KITEMATIC_VERSION/Kitematic-$KITEMATIC_VERSION-Mac.zip
4646
47- ENV INSTALLER_VERSION 1.8.2a
47+ ENV INSTALLER_VERSION 1.8.2b
4848
4949ENV MIXPANEL_TOKEN c306ae65c33d7d09fe3e546f36493a6e
5050
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ RUN cd innosetup && \
1717 wine "./innounp.exe" -e "is-unicode.exe"
1818
1919# installer components
20- ENV INSTALLER_VERSION 1.8.2a
20+ ENV INSTALLER_VERSION 1.8.2b
2121ENV DOCKER_VERSION 1.8.2
2222ENV DOCKER_MACHINE_VERSION 0.4.1
2323ENV BOOT2DOCKER_ISO_VERSION $DOCKER_VERSION
You can’t perform that action at this time.
0 commit comments