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 @@ -26,8 +26,8 @@ RUN curl -fsSL -o /vbox.dmg http://download.virtualbox.org/virtualbox/$VBOX_VERS
26
26
27
27
# Download the Docker parts
28
28
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
31
31
32
32
# Change this to 'test.docker.com' for RCs and 'get.docker.com' for official
33
33
# releases.
@@ -44,19 +44,19 @@ RUN curl -fsSL -o dockerbins.tgz "https://${DOCKER_ENDPOINT}/builds/Darwin/x86_6
44
44
RUN chmod +x /docker
45
45
46
46
47
- ENV DOCKER_MACHINE_VERSION 0.9 .0
47
+ ENV DOCKER_MACHINE_VERSION 0.10 .0
48
48
RUN curl -fsSL -o /docker-machine https://github.com/docker/machine/releases/download/v$DOCKER_MACHINE_VERSION/docker-machine-Darwin-x86_64
49
49
50
50
RUN chmod +x /docker-machine
51
51
52
- ENV DOCKER_COMPOSE_VERSION 1.11.1
52
+ ENV DOCKER_COMPOSE_VERSION 1.11.2
53
53
RUN curl -fsSL -o /docker-compose https://github.com/docker/compose/releases/download/$DOCKER_COMPOSE_VERSION/docker-compose-Darwin-x86_64
54
54
RUN chmod +x /docker-compose
55
55
56
56
ENV BOOT2DOCKER_ISO_VERSION $DOCKER_VERSION
57
57
RUN curl -fsSL -o /boot2docker.iso https://github.com/boot2docker/boot2docker/releases/download/v$DOCKER_VERSION/boot2docker.iso
58
58
59
- ENV KITEMATIC_VERSION 0.13.0
59
+ ENV KITEMATIC_VERSION 0.13.1
60
60
RUN curl -fsSL -o /kitematic.zip https://github.com/kitematic/kitematic/releases/download/v$KITEMATIC_VERSION/Kitematic-$KITEMATIC_VERSION-Mac.zip
61
61
62
62
ENV MIXPANEL_TOKEN c306ae65c33d7d09fe3e546f36493a6e
Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ RUN cd innosetup && \
17
17
wine "./innounp.exe" -e "is-unicode.exe"
18
18
19
19
# 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
24
24
ENV BOOT2DOCKER_ISO_VERSION $DOCKER_VERSION
25
- ENV KITEMATIC_VERSION 0.13.0
25
+ ENV KITEMATIC_VERSION 0.13.1
26
26
ENV VIRTUALBOX_VERSION 5.1.14
27
27
ENV VIRTUALBOX_REVISION 112924
28
28
ENV GIT_VERSION 2.9.0
You can’t perform that action at this time.
0 commit comments