Skip to content

Commit

Permalink
Bump VirtualBox to 5.0.14 on OS X
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Morgan <[email protected]>
  • Loading branch information
jmorganca committed Jan 27, 2016
1 parent bb4047a commit 40dceb5
Showing 1 changed file with 2 additions and 2 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.12
ENV VBOX_REV 104815
ENV VBOX_VERSION 5.0.14
ENV VBOX_REV 105127

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

0 comments on commit 40dceb5

Please sign in to comment.