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

Commit

Permalink
Bump Docker to 1.8.3
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Morgan <jmorganca@gmail.com>
  • Loading branch information
jmorganca committed Oct 12, 2015
1 parent cac6d99 commit c6655ab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Dockerfile.osx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN curl -fsSL -o /vbox.dmg http://download.virtualbox.org/virtualbox/$VBOX_VERS

# Download the Docker parts

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

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

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

ENV INSTALLER_VERSION 1.8.2d
ENV INSTALLER_VERSION 1.8.3

ENV MIXPANEL_TOKEN c306ae65c33d7d09fe3e546f36493a6e

Expand Down
6 changes: 3 additions & 3 deletions Dockerfile.windows
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ RUN cd innosetup && \
wine "./innounp.exe" -e "is-unicode.exe"

# installer components
ENV INSTALLER_VERSION 1.8.2d
ENV DOCKER_VERSION 1.8.2
ENV INSTALLER_VERSION 1.8.3
ENV DOCKER_VERSION 1.8.3
ENV DOCKER_MACHINE_VERSION 0.4.1
ENV BOOT2DOCKER_ISO_VERSION $DOCKER_VERSION
ENV KITEMATIC_VERSION 0.8.6
ENV KITEMATIC_VERSION 0.8.7
ENV VIRTUALBOX_VERSION 5.0.6
ENV VIRTUALBOX_REVISION 103037
ENV GIT_VERSION 2.5.0
Expand Down

0 comments on commit c6655ab

Please sign in to comment.