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

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Morgan <[email protected]>
  • Loading branch information
jmorganca committed Nov 20, 2015
1 parent 8be5080 commit ad38e79
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 @@ -18,21 +18,21 @@ RUN curl -fsSL https://github.com/mackyle/xar/archive/xar-1.6.1.tar.gz | tar xvz
./autogen.sh && ./configure && \
make && make install

ENV VBOX_VERSION 5.0.8
ENV VBOX_REV 103449
ENV VBOX_VERSION 5.0.10
ENV VBOX_REV 104061

RUN curl -fsSL -o /vbox.dmg http://download.virtualbox.org/virtualbox/$VBOX_VERSION/VirtualBox-$VBOX_VERSION-$VBOX_REV-OSX.dmg \
&& echo "$(curl -fsSL 'http://download.virtualbox.org/virtualbox/'"$VBOX_VERSION"'/SHA256SUMS' | awk '$2 ~ /-OSX.dmg$/ { print $1 }') */vbox.dmg" | sha256sum -c -

# Download the Docker parts

ENV INSTALLER_VERSION 1.9.0d
ENV DOCKER_VERSION 1.9.0
ENV INSTALLER_VERSION 1.9.1
ENV DOCKER_VERSION 1.9.1
# RUN curl -fsSL -o /docker https://test.docker.com/builds/Darwin/x86_64/docker-$DOCKER_VERSION
RUN curl -fsSL -o docker https://get.docker.com/builds/Darwin/x86_64/docker-$DOCKER_VERSION
RUN chmod +x /docker

ENV DOCKER_MACHINE_VERSION 0.5.0
ENV DOCKER_MACHINE_VERSION 0.5.1
RUN curl -fsSL -o /docker-machine.zip https://github.com/docker/machine/releases/download/v$DOCKER_MACHINE_VERSION/docker-machine_darwin-amd64.zip
RUN 7z x /docker-machine.zip && rm -f /docker-machine.zip
RUN chmod +x /docker-machine*
Expand Down
10 changes: 5 additions & 5 deletions Dockerfile.windows
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ RUN cd innosetup && \
wine "./innounp.exe" -e "is-unicode.exe"

# installer components
ENV INSTALLER_VERSION 1.9.0d
ENV DOCKER_VERSION 1.9.0
ENV DOCKER_MACHINE_VERSION 0.5.0
ENV INSTALLER_VERSION 1.9.1
ENV DOCKER_VERSION 1.9.1
ENV DOCKER_MACHINE_VERSION 0.5.1
ENV DOCKER_COMPOSE_VERSION 1.5.1
ENV BOOT2DOCKER_ISO_VERSION $DOCKER_VERSION
ENV KITEMATIC_VERSION 0.9.3
ENV VIRTUALBOX_VERSION 5.0.8
ENV VIRTUALBOX_REVISION 103449
ENV VIRTUALBOX_VERSION 5.0.10
ENV VIRTUALBOX_REVISION 104061
ENV GIT_VERSION 2.5.0
ENV MIXPANEL_TOKEN c306ae65c33d7d09fe3e546f36493a6e

Expand Down

0 comments on commit ad38e79

Please sign in to comment.