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

Commit

Permalink
Ship Compose 1.9.0 with 1.13.0-rc*
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan LeClaire <[email protected]>
  • Loading branch information
nathanleclaire committed Dec 19, 2016
1 parent 0eeb0f2 commit 9c29090
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.osx
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.0-rc4
ENV DOCKER_COMPOSE_VERSION 1.9.0
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
2 changes: 1 addition & 1 deletion Dockerfile.windows
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN cd innosetup && \
ENV INSTALLER_VERSION 1.13.0-rc4
ENV DOCKER_VERSION 1.13.0-rc4
ENV DOCKER_MACHINE_VERSION 0.9.0-rc2
ENV DOCKER_COMPOSE_VERSION 1.9.0-rc4
ENV DOCKER_COMPOSE_VERSION 1.9.0
ENV BOOT2DOCKER_ISO_VERSION $DOCKER_VERSION
ENV KITEMATIC_VERSION 0.13.0-RC2
ENV VIRTUALBOX_VERSION 5.1.10
Expand Down

0 comments on commit 9c29090

Please sign in to comment.