Skip to content

Commit

Permalink
Bump to VBox 4.3.20-r96996
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Dec 16, 2014
1 parent 8ba39c7 commit a6c7636
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ RUN curl -sSL https://github.com/mackyle/xar/archive/xar-1.6.1.tar.gz | tar xvz
./autogen.sh && ./configure && \
make && make install

ENV VBOX_VERSION 4.3.18
ENV VBOX_REV 96516
ENV VBOX_VERSION 4.3.20
ENV VBOX_REV 96996

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

0 comments on commit a6c7636

Please sign in to comment.