File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ 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.1
29
+ ENV INSTALLER_VERSION 1.13.1a
30
30
ENV DOCKER_VERSION 1.13.1
31
31
32
32
# Change this to 'test.docker.com' for RCs and 'get.docker.com' for official
@@ -49,7 +49,7 @@ RUN curl -fsSL -o /docker-machine https://github.com/docker/machine/releases/dow
49
49
50
50
RUN chmod +x /docker-machine
51
51
52
- ENV DOCKER_COMPOSE_VERSION 1.11.0
52
+ ENV DOCKER_COMPOSE_VERSION 1.11.1
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
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ RUN cd innosetup && \
17
17
wine "./innounp.exe" -e "is-unicode.exe"
18
18
19
19
# installer components
20
- ENV INSTALLER_VERSION 1.13.1
20
+ ENV INSTALLER_VERSION 1.13.1a
21
21
ENV DOCKER_VERSION 1.13.1
22
22
ENV DOCKER_MACHINE_VERSION 0.9.0
23
- ENV DOCKER_COMPOSE_VERSION 1.11.0
23
+ ENV DOCKER_COMPOSE_VERSION 1.11.1
24
24
ENV BOOT2DOCKER_ISO_VERSION $DOCKER_VERSION
25
25
ENV KITEMATIC_VERSION 0.13.0
26
26
ENV VIRTUALBOX_VERSION 5.1.14
You can’t perform that action at this time.
0 commit comments