Skip to content
This repository was archived by the owner on Sep 26, 2021. It is now read-only.

Commit b497900

Browse files
Bump versions for 1.12.2-rc1
Signed-off-by: Nathan LeClaire <[email protected]>
1 parent c645734 commit b497900

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Dockerfile.osx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

2424
RUN 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
4040
RUN chmod +x /docker
4141

4242

43-
ENV DOCKER_MACHINE_VERSION 0.8.1
43+
ENV DOCKER_MACHINE_VERSION 0.8.2
4444
RUN curl -fsSL -o /docker-machine https://github.com/docker/machine/releases/download/v$DOCKER_MACHINE_VERSION/docker-machine-Darwin-x86_64
4545

4646
RUN chmod +x /docker-machine

Dockerfile.windows

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
2323
ENV DOCKER_COMPOSE_VERSION 1.8.0
2424
ENV BOOT2DOCKER_ISO_VERSION $DOCKER_VERSION
2525
ENV 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
2828
ENV GIT_VERSION 2.9.0
2929
ENV MIXPANEL_TOKEN c306ae65c33d7d09fe3e546f36493a6e
3030

0 commit comments

Comments
 (0)