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

Commit b9e90b4

Browse files
Bump versions for 17.03.0-ce
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
1 parent 2925395 commit b9e90b4

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
@@ -26,8 +26,8 @@ RUN curl -fsSL -o /vbox.dmg http://download.virtualbox.org/virtualbox/$VBOX_VERS
2626

2727
# Download the Docker parts
2828

29-
ENV INSTALLER_VERSION 1.13.1a
30-
ENV DOCKER_VERSION 1.13.1
29+
ENV INSTALLER_VERSION 17.03.0-ce
30+
ENV DOCKER_VERSION 17.03.0-ce
3131

3232
# Change this to 'test.docker.com' for RCs and 'get.docker.com' for official
3333
# releases.
@@ -44,19 +44,19 @@ 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
47+
ENV DOCKER_MACHINE_VERSION 0.10.0
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
5151

52-
ENV DOCKER_COMPOSE_VERSION 1.11.1
52+
ENV DOCKER_COMPOSE_VERSION 1.11.2
5353
RUN curl -fsSL -o /docker-compose https://github.com/docker/compose/releases/download/$DOCKER_COMPOSE_VERSION/docker-compose-Darwin-x86_64
5454
RUN chmod +x /docker-compose
5555

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
59+
ENV KITEMATIC_VERSION 0.13.1
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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ RUN cd innosetup && \
1717
wine "./innounp.exe" -e "is-unicode.exe"
1818

1919
# installer components
20-
ENV INSTALLER_VERSION 1.13.1a
21-
ENV DOCKER_VERSION 1.13.1
22-
ENV DOCKER_MACHINE_VERSION 0.9.0
23-
ENV DOCKER_COMPOSE_VERSION 1.11.1
20+
ENV INSTALLER_VERSION 17.03.0-ce
21+
ENV DOCKER_VERSION 17.03.0-ce
22+
ENV DOCKER_MACHINE_VERSION 0.10.0
23+
ENV DOCKER_COMPOSE_VERSION 1.11.2
2424
ENV BOOT2DOCKER_ISO_VERSION $DOCKER_VERSION
25-
ENV KITEMATIC_VERSION 0.13.0
25+
ENV KITEMATIC_VERSION 0.13.1
2626
ENV VIRTUALBOX_VERSION 5.1.14
2727
ENV VIRTUALBOX_REVISION 112924
2828
ENV GIT_VERSION 2.9.0

0 commit comments

Comments
 (0)