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 +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ 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.9.1a
29
+ ENV INSTALLER_VERSION 1.9.1b
30
30
ENV DOCKER_VERSION 1.9.1
31
31
# RUN curl -fsSL -o /docker https://test.docker.com/builds/Darwin/x86_64/docker-$DOCKER_VERSION
32
32
RUN curl -fsSL -o docker https://get.docker.com/builds/Darwin/x86_64/docker-$DOCKER_VERSION
33
33
RUN chmod +x /docker
34
34
35
- ENV DOCKER_MACHINE_VERSION 0.5.1
35
+ ENV DOCKER_MACHINE_VERSION 0.5.2
36
36
RUN curl -fsSL -o /docker-machine.zip https://github.com/docker/machine/releases/download/v$DOCKER_MACHINE_VERSION/docker-machine_darwin-amd64.zip
37
37
RUN 7z x /docker-machine.zip && rm -f /docker-machine.zip
38
38
RUN chmod +x /docker-machine*
Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ RUN cd innosetup && \
17
17
wine "./innounp.exe" -e "is-unicode.exe"
18
18
19
19
# installer components
20
- ENV INSTALLER_VERSION 1.9.1a
20
+ ENV INSTALLER_VERSION 1.9.1b
21
21
ENV DOCKER_VERSION 1.9.1
22
- ENV DOCKER_MACHINE_VERSION 0.5.1
22
+ ENV DOCKER_MACHINE_VERSION 0.5.2
23
23
ENV DOCKER_COMPOSE_VERSION 1.5.1
24
24
ENV BOOT2DOCKER_ISO_VERSION $DOCKER_VERSION
25
25
ENV KITEMATIC_VERSION 0.9.3
You can’t perform that action at this time.
0 commit comments