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

Commit

Permalink
Bump to Docker version 1.10.3
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
  • Loading branch information
nathanleclaire committed Mar 10, 2016
1 parent 8194e43 commit 8368901
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.osx
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ RUN curl -fsSL -o /vbox.dmg http://download.virtualbox.org/virtualbox/$VBOX_VERS

# Download the Docker parts

ENV INSTALLER_VERSION 1.10.2b
ENV DOCKER_VERSION 1.10.2
ENV INSTALLER_VERSION 1.10.3
ENV DOCKER_VERSION 1.10.3
RUN curl -fsSL -o /docker https://get.docker.com/builds/Darwin/x86_64/docker-$DOCKER_VERSION

RUN chmod +x /docker
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.windows
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ RUN cd innosetup && \
wine "./innounp.exe" -e "is-unicode.exe"

# installer components
ENV INSTALLER_VERSION 1.10.2b
ENV DOCKER_VERSION 1.10.2
ENV INSTALLER_VERSION 1.10.3
ENV DOCKER_VERSION 1.10.3
ENV DOCKER_MACHINE_VERSION 0.6.0
ENV DOCKER_COMPOSE_VERSION 1.6.2
ENV BOOT2DOCKER_ISO_VERSION $DOCKER_VERSION
Expand Down

0 comments on commit 8368901

Please sign in to comment.