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 +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -18,16 +18,16 @@ RUN curl -fsSL https://github.com/mackyle/xar/archive/xar-1.6.1.tar.gz | tar xvz
1818 ./autogen.sh && ./configure && \
1919 make && make install
2020
21- ENV VBOX_VERSION 5.1.4
22- ENV VBOX_REV 110228
21+ ENV VBOX_VERSION 5.1.6
22+ ENV VBOX_REV 110634
2323
2424RUN curl -fsSL -o /vbox.dmg http://download.virtualbox.org/virtualbox/$VBOX_VERSION/VirtualBox-$VBOX_VERSION-$VBOX_REV-OSX.dmg \
2525 && echo "$(curl -fsSL 'http://download.virtualbox.org/virtualbox/'"$VBOX_VERSION"'/SHA256SUMS' | awk '$2 ~ /-OSX.dmg$/ { print $1 }') */vbox.dmg" | sha256sum -c -
2626
2727# Download the Docker parts
2828
29- ENV INSTALLER_VERSION 1.12.1
30- ENV DOCKER_VERSION 1.12.1
29+ ENV INSTALLER_VERSION 1.12.2-rc1
30+ ENV DOCKER_VERSION 1.12.2-rc1
3131
3232# Why '--strip-components 3'? The client binary is in usr/local/bin/docker in
3333# the tar archive. If we extract directly, it will create a usr/local/bin
@@ -40,7 +40,7 @@ RUN curl -fsSL -o dockerbins.tgz "https://get.docker.com/builds/Darwin/x86_64/do
4040RUN chmod +x /docker
4141
4242
43- ENV DOCKER_MACHINE_VERSION 0.8.1
43+ ENV DOCKER_MACHINE_VERSION 0.8.2
4444RUN curl -fsSL -o /docker-machine https://github.com/docker/machine/releases/download/v$DOCKER_MACHINE_VERSION/docker-machine-Darwin-x86_64
4545
4646RUN chmod +x /docker-machine
Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ RUN cd innosetup && \
1717 wine "./innounp.exe" -e "is-unicode.exe"
1818
1919# installer components
20- ENV INSTALLER_VERSION 1.12.1
21- ENV DOCKER_VERSION 1.12.1
22- ENV DOCKER_MACHINE_VERSION 0.8.1
20+ ENV INSTALLER_VERSION 1.12.2-rc1
21+ ENV DOCKER_VERSION 1.12.2-rc1
22+ ENV DOCKER_MACHINE_VERSION 0.8.2
2323ENV DOCKER_COMPOSE_VERSION 1.8.0
2424ENV BOOT2DOCKER_ISO_VERSION $DOCKER_VERSION
2525ENV KITEMATIC_VERSION 0.12.0
26- ENV VIRTUALBOX_VERSION 5.1.4
27- ENV VIRTUALBOX_REVISION 110228
26+ ENV VIRTUALBOX_VERSION 5.1.6
27+ ENV VIRTUALBOX_REVISION 110634
2828ENV GIT_VERSION 2.9.0
2929ENV MIXPANEL_TOKEN c306ae65c33d7d09fe3e546f36493a6e
3030
You can’t perform that action at this time.
0 commit comments