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

Commit 569ffdc

Browse files
committed
Bump machine
Signed-off-by: Jeffrey Morgan <jmorganca@gmail.com>
1 parent 3a3cf02 commit 569ffdc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile.osx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ 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.9.1a
29+
ENV INSTALLER_VERSION 1.9.1b
3030
ENV DOCKER_VERSION 1.9.1
3131
# RUN curl -fsSL -o /docker https://test.docker.com/builds/Darwin/x86_64/docker-$DOCKER_VERSION
3232
RUN curl -fsSL -o docker https://get.docker.com/builds/Darwin/x86_64/docker-$DOCKER_VERSION
3333
RUN chmod +x /docker
3434

35-
ENV DOCKER_MACHINE_VERSION 0.5.1
35+
ENV DOCKER_MACHINE_VERSION 0.5.2
3636
RUN curl -fsSL -o /docker-machine.zip https://github.com/docker/machine/releases/download/v$DOCKER_MACHINE_VERSION/docker-machine_darwin-amd64.zip
3737
RUN 7z x /docker-machine.zip && rm -f /docker-machine.zip
3838
RUN chmod +x /docker-machine*

Dockerfile.windows

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ RUN cd innosetup && \
1717
wine "./innounp.exe" -e "is-unicode.exe"
1818

1919
# installer components
20-
ENV INSTALLER_VERSION 1.9.1a
20+
ENV INSTALLER_VERSION 1.9.1b
2121
ENV DOCKER_VERSION 1.9.1
22-
ENV DOCKER_MACHINE_VERSION 0.5.1
22+
ENV DOCKER_MACHINE_VERSION 0.5.2
2323
ENV DOCKER_COMPOSE_VERSION 1.5.1
2424
ENV BOOT2DOCKER_ISO_VERSION $DOCKER_VERSION
2525
ENV KITEMATIC_VERSION 0.9.3

0 commit comments

Comments
 (0)