Skip to content

Commit

Permalink
Bump virtualbox and git versions
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Morgan <[email protected]>
  • Loading branch information
jmorganca committed Apr 20, 2016
1 parent 190f71d commit aa96330
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.osx
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ 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.16
ENV VBOX_REV 105871
ENV VBOX_VERSION 5.0.18
ENV VBOX_REV 106667

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 -
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile.windows
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ ENV DOCKER_MACHINE_VERSION 0.7.0
ENV DOCKER_COMPOSE_VERSION 1.7.0
ENV BOOT2DOCKER_ISO_VERSION $DOCKER_VERSION
ENV KITEMATIC_VERSION 0.10.2
ENV VIRTUALBOX_VERSION 5.0.16
ENV VIRTUALBOX_REVISION 105871
ENV GIT_VERSION 2.7.0
ENV VIRTUALBOX_VERSION 5.0.18
ENV VIRTUALBOX_REVISION 106667
ENV GIT_VERSION 2.8.1
ENV MIXPANEL_TOKEN c306ae65c33d7d09fe3e546f36493a6e

RUN mkdir /bundle
Expand Down

0 comments on commit aa96330

Please sign in to comment.