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

Commit

Permalink
Bump Virtualbox version to 5.0.16
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan LeClaire <[email protected]>
  • Loading branch information
nathanleclaire committed Mar 7, 2016
1 parent de267d7 commit de744b6
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 @@ -18,15 +18,15 @@ 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.14
ENV VBOX_REV 105127
ENV VBOX_VERSION 5.0.16
ENV VBOX_REV 105871

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.10.2a
ENV INSTALLER_VERSION 1.10.2b
ENV DOCKER_VERSION 1.10.2
RUN curl -fsSL -o /docker https://get.docker.com/builds/Darwin/x86_64/docker-$DOCKER_VERSION

Expand Down
6 changes: 3 additions & 3 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.10.2a
ENV INSTALLER_VERSION 1.10.2b
ENV DOCKER_VERSION 1.10.2
ENV DOCKER_MACHINE_VERSION 0.6.0
ENV DOCKER_COMPOSE_VERSION 1.6.2
ENV BOOT2DOCKER_ISO_VERSION $DOCKER_VERSION
ENV KITEMATIC_VERSION 0.10.0
ENV VIRTUALBOX_VERSION 5.0.14
ENV VIRTUALBOX_REVISION 105127
ENV VIRTUALBOX_VERSION 5.0.16
ENV VIRTUALBOX_REVISION 105871
ENV GIT_VERSION 2.7.0
ENV MIXPANEL_TOKEN c306ae65c33d7d09fe3e546f36493a6e

Expand Down

0 comments on commit de744b6

Please sign in to comment.