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.8.2
29+ ENV DOCKER_VERSION 1.8.3
3030RUN curl -fsSL -o /docker https://get.docker.com/builds/Darwin/x86_64/docker-$DOCKER_VERSION
3131RUN chmod +x /docker
3232
@@ -41,10 +41,10 @@ RUN chmod +x /docker-compose
4141ENV BOOT2DOCKER_ISO_VERSION $DOCKER_VERSION
4242RUN curl -fsSL -o /boot2docker.iso https://github.com/boot2docker/boot2docker/releases/download/v$DOCKER_VERSION/boot2docker.iso
4343
44- ENV KITEMATIC_VERSION 0.8.6
44+ ENV KITEMATIC_VERSION 0.8.7
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.2d
47+ ENV INSTALLER_VERSION 1.8.3
4848
4949ENV MIXPANEL_TOKEN c306ae65c33d7d09fe3e546f36493a6e
5050
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ RUN cd innosetup && \
1717 wine "./innounp.exe" -e "is-unicode.exe"
1818
1919# installer components
20- ENV INSTALLER_VERSION 1.8.2d
21- ENV DOCKER_VERSION 1.8.2
20+ ENV INSTALLER_VERSION 1.8.3
21+ ENV DOCKER_VERSION 1.8.3
2222ENV DOCKER_MACHINE_VERSION 0.4.1
2323ENV BOOT2DOCKER_ISO_VERSION $DOCKER_VERSION
24- ENV KITEMATIC_VERSION 0.8.6
24+ ENV KITEMATIC_VERSION 0.8.7
2525ENV VIRTUALBOX_VERSION 5.0.6
2626ENV VIRTUALBOX_REVISION 103037
2727ENV GIT_VERSION 2.5.0
You can’t perform that action at this time.
0 commit comments