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

Commit f80a16e

Browse files
Bump versions for 1.13.0-rc2
Signed-off-by: Nathan LeClaire <[email protected]>
1 parent 844933e commit f80a16e

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Dockerfile.osx

Lines changed: 6 additions & 6 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.8
22-
ENV VBOX_REV 111374
21+
ENV VBOX_VERSION 5.1.10
22+
ENV VBOX_REV 112026
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.13.0-rc1
30-
ENV DOCKER_VERSION 1.13.0-rc1
29+
ENV INSTALLER_VERSION 1.13.0-rc2
30+
ENV DOCKER_VERSION 1.13.0-rc2
3131

3232
# Change this to 'test.docker.com' for RCs and 'get.docker.com' for official
3333
# releases.
@@ -44,7 +44,7 @@ RUN curl -fsSL -o dockerbins.tgz "https://${DOCKER_ENDPOINT}/builds/Darwin/x86_6
4444
RUN chmod +x /docker
4545

4646

47-
ENV DOCKER_MACHINE_VERSION 0.9.0-rc1
47+
ENV DOCKER_MACHINE_VERSION 0.9.0-rc2
4848
RUN curl -fsSL -o /docker-machine https://github.com/docker/machine/releases/download/v$DOCKER_MACHINE_VERSION/docker-machine-Darwin-x86_64
4949

5050
RUN chmod +x /docker-machine
@@ -56,7 +56,7 @@ RUN chmod +x /docker-compose
5656
ENV BOOT2DOCKER_ISO_VERSION $DOCKER_VERSION
5757
RUN curl -fsSL -o /boot2docker.iso https://github.com/boot2docker/boot2docker/releases/download/v$DOCKER_VERSION/boot2docker.iso
5858

59-
ENV KITEMATIC_VERSION 0.13.0-RC1
59+
ENV KITEMATIC_VERSION 0.13.0-RC2
6060
RUN curl -fsSL -o /kitematic.zip https://github.com/kitematic/kitematic/releases/download/v$KITEMATIC_VERSION/Kitematic-$KITEMATIC_VERSION-Mac.zip
6161

6262
ENV MIXPANEL_TOKEN c306ae65c33d7d09fe3e546f36493a6e

Dockerfile.windows

Lines changed: 6 additions & 6 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.13.0-rc1
21-
ENV DOCKER_VERSION 1.13.0-rc1
22-
ENV DOCKER_MACHINE_VERSION 0.9.0-rc1
20+
ENV INSTALLER_VERSION 1.13.0-rc2
21+
ENV DOCKER_VERSION 1.13.0-rc2
22+
ENV DOCKER_MACHINE_VERSION 0.9.0-rc2
2323
ENV DOCKER_COMPOSE_VERSION 1.9.0-rc4
2424
ENV BOOT2DOCKER_ISO_VERSION $DOCKER_VERSION
25-
ENV KITEMATIC_VERSION 0.13.0-RC1
26-
ENV VIRTUALBOX_VERSION 5.1.8
27-
ENV VIRTUALBOX_REVISION 111374
25+
ENV KITEMATIC_VERSION 0.13.0-RC2
26+
ENV VIRTUALBOX_VERSION 5.1.10
27+
ENV VIRTUALBOX_REVISION 112026
2828
ENV GIT_VERSION 2.9.0
2929
ENV MIXPANEL_TOKEN c306ae65c33d7d09fe3e546f36493a6e
3030

0 commit comments

Comments
 (0)