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

Commit

Permalink
Bump for 1.13.1-rc2
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan LeClaire <[email protected]>
  • Loading branch information
nathanleclaire committed Feb 7, 2017
1 parent a3924a9 commit cef3e40
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,8 +26,8 @@ RUN curl -fsSL -o /vbox.dmg http://download.virtualbox.org/virtualbox/$VBOX_VERS

# Download the Docker parts

ENV INSTALLER_VERSION 1.13.1-rc1
ENV DOCKER_VERSION 1.13.1-rc1
ENV INSTALLER_VERSION 1.13.1-rc2
ENV DOCKER_VERSION 1.13.1-rc2

# Change this to 'test.docker.com' for RCs and 'get.docker.com' for official
# releases.
Expand All @@ -49,7 +49,7 @@ RUN curl -fsSL -o /docker-machine https://github.com/docker/machine/releases/dow

RUN chmod +x /docker-machine

ENV DOCKER_COMPOSE_VERSION 1.10.0
ENV DOCKER_COMPOSE_VERSION 1.11.0-rc1
RUN curl -fsSL -o /docker-compose https://github.com/docker/compose/releases/download/$DOCKER_COMPOSE_VERSION/docker-compose-Darwin-x86_64
RUN chmod +x /docker-compose

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

# installer components
ENV INSTALLER_VERSION 1.13.1-rc1
ENV DOCKER_VERSION 1.13.1-rc1
ENV INSTALLER_VERSION 1.13.1-rc2
ENV DOCKER_VERSION 1.13.1-rc2
ENV DOCKER_MACHINE_VERSION 0.9.0
ENV DOCKER_COMPOSE_VERSION 1.10.0
ENV DOCKER_COMPOSE_VERSION 1.11.0-rc1
ENV BOOT2DOCKER_ISO_VERSION $DOCKER_VERSION
ENV KITEMATIC_VERSION 0.13.0
ENV VIRTUALBOX_VERSION 5.1.14
Expand Down

0 comments on commit cef3e40

Please sign in to comment.