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,20 +18,20 @@ 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.6
22- ENV VBOX_REV 110634
21+ ENV VBOX_VERSION 5.1.8
22+ ENV VBOX_REV 111374
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.2
30- ENV DOCKER_VERSION 1.12.2
29+ ENV INSTALLER_VERSION 1.12.3-rc1
30+ ENV DOCKER_VERSION 1.12.3-rc1
3131
3232# Change this to 'test.docker.com' for RCs and 'get.docker.com' for official
3333# releases.
34- ENV DOCKER_ENDPOINT get .docker.com
34+ ENV DOCKER_ENDPOINT test .docker.com
3535
3636# Why '--strip-components 3'? The client binary is in usr/local/bin/docker in
3737# the tar archive. If we extract directly, it will create a usr/local/bin
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.2
21- ENV DOCKER_VERSION 1.12.2
20+ ENV INSTALLER_VERSION 1.12.3-rc1
21+ ENV DOCKER_VERSION 1.12.3-rc1
2222ENV DOCKER_MACHINE_VERSION 0.8.2
2323ENV DOCKER_COMPOSE_VERSION 1.8.1
2424ENV BOOT2DOCKER_ISO_VERSION $DOCKER_VERSION
2525ENV KITEMATIC_VERSION 0.12.0
26- ENV VIRTUALBOX_VERSION 5.1.6
27- ENV VIRTUALBOX_REVISION 110634
26+ ENV VIRTUALBOX_VERSION 5.1.8
27+ ENV VIRTUALBOX_REVISION 111374
2828ENV GIT_VERSION 2.9.0
2929ENV MIXPANEL_TOKEN c306ae65c33d7d09fe3e546f36493a6e
3030
@@ -34,7 +34,7 @@ WORKDIR /bundle
3434
3535# Change this to 'test.docker.com' for RCs and 'get.docker.com' for official
3636# releases.
37- ENV DOCKER_ENDPOINT get .docker.com
37+ ENV DOCKER_ENDPOINT test .docker.com
3838
3939RUN curl -fsSL -o dockerbins.zip "https://${DOCKER_ENDPOINT}/builds/Windows/x86_64/docker-${DOCKER_VERSION}.zip" && \
4040 unzip dockerbins.zip && \
You can’t perform that action at this time.
0 commit comments