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

Commit c6655ab

Browse files
committed
Bump Docker to 1.8.3
Signed-off-by: Jeffrey Morgan <[email protected]>
1 parent cac6d99 commit c6655ab

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Dockerfile.osx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN curl -fsSL -o /vbox.dmg http://download.virtualbox.org/virtualbox/$VBOX_VERS
2626

2727
# Download the Docker parts
2828

29-
ENV DOCKER_VERSION 1.8.2
29+
ENV DOCKER_VERSION 1.8.3
3030
RUN curl -fsSL -o /docker https://get.docker.com/builds/Darwin/x86_64/docker-$DOCKER_VERSION
3131
RUN chmod +x /docker
3232

@@ -41,10 +41,10 @@ RUN chmod +x /docker-compose
4141
ENV BOOT2DOCKER_ISO_VERSION $DOCKER_VERSION
4242
RUN curl -fsSL -o /boot2docker.iso https://github.com/boot2docker/boot2docker/releases/download/v$DOCKER_VERSION/boot2docker.iso
4343

44-
ENV KITEMATIC_VERSION 0.8.6
44+
ENV KITEMATIC_VERSION 0.8.7
4545
RUN curl -fsSL -o /kitematic.zip https://github.com/kitematic/kitematic/releases/download/v$KITEMATIC_VERSION/Kitematic-$KITEMATIC_VERSION-Mac.zip
4646

47-
ENV INSTALLER_VERSION 1.8.2d
47+
ENV INSTALLER_VERSION 1.8.3
4848

4949
ENV MIXPANEL_TOKEN c306ae65c33d7d09fe3e546f36493a6e
5050

Dockerfile.windows

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

1919
# installer components
20-
ENV INSTALLER_VERSION 1.8.2d
21-
ENV DOCKER_VERSION 1.8.2
20+
ENV INSTALLER_VERSION 1.8.3
21+
ENV DOCKER_VERSION 1.8.3
2222
ENV DOCKER_MACHINE_VERSION 0.4.1
2323
ENV BOOT2DOCKER_ISO_VERSION $DOCKER_VERSION
24-
ENV KITEMATIC_VERSION 0.8.6
24+
ENV KITEMATIC_VERSION 0.8.7
2525
ENV VIRTUALBOX_VERSION 5.0.6
2626
ENV VIRTUALBOX_REVISION 103037
2727
ENV GIT_VERSION 2.5.0

0 commit comments

Comments
 (0)