Skip to content

Commit

Permalink
Bump versions for 17.03.0-ce
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan LeClaire <[email protected]>
  • Loading branch information
nathanleclaire committed Mar 2, 2017
1 parent 2925395 commit b9e90b4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 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.1a
ENV DOCKER_VERSION 1.13.1
ENV INSTALLER_VERSION 17.03.0-ce
ENV DOCKER_VERSION 17.03.0-ce

# Change this to 'test.docker.com' for RCs and 'get.docker.com' for official
# releases.
Expand All @@ -44,19 +44,19 @@ RUN curl -fsSL -o dockerbins.tgz "https://${DOCKER_ENDPOINT}/builds/Darwin/x86_6
RUN chmod +x /docker


ENV DOCKER_MACHINE_VERSION 0.9.0
ENV DOCKER_MACHINE_VERSION 0.10.0
RUN curl -fsSL -o /docker-machine https://github.com/docker/machine/releases/download/v$DOCKER_MACHINE_VERSION/docker-machine-Darwin-x86_64

RUN chmod +x /docker-machine

ENV DOCKER_COMPOSE_VERSION 1.11.1
ENV DOCKER_COMPOSE_VERSION 1.11.2
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

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.13.0
ENV KITEMATIC_VERSION 0.13.1
RUN curl -fsSL -o /kitematic.zip https://github.com/kitematic/kitematic/releases/download/v$KITEMATIC_VERSION/Kitematic-$KITEMATIC_VERSION-Mac.zip

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

# installer components
ENV INSTALLER_VERSION 1.13.1a
ENV DOCKER_VERSION 1.13.1
ENV DOCKER_MACHINE_VERSION 0.9.0
ENV DOCKER_COMPOSE_VERSION 1.11.1
ENV INSTALLER_VERSION 17.03.0-ce
ENV DOCKER_VERSION 17.03.0-ce
ENV DOCKER_MACHINE_VERSION 0.10.0
ENV DOCKER_COMPOSE_VERSION 1.11.2
ENV BOOT2DOCKER_ISO_VERSION $DOCKER_VERSION
ENV KITEMATIC_VERSION 0.13.0
ENV KITEMATIC_VERSION 0.13.1
ENV VIRTUALBOX_VERSION 5.1.14
ENV VIRTUALBOX_REVISION 112924
ENV GIT_VERSION 2.9.0
Expand Down

0 comments on commit b9e90b4

Please sign in to comment.