Skip to content
This repository was archived by the owner on Jan 1, 2021. It is now read-only.

Commit c5fc98d

Browse files
committed
Update VBox Guest Additions to 6.0.10
1 parent 65307c3 commit c5fc98d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,9 +355,9 @@ RUN ( cd /usr/src/haveged && ./configure LDFLAGS='-static --static' ); \
355355

356356
# http://download.virtualbox.org/virtualbox/
357357
# updated via "update.sh"
358-
ENV VBOX_VERSION 5.2.30
358+
ENV VBOX_VERSION 6.0.10
359359
# https://www.virtualbox.org/download/hashes/$VBOX_VERSION/SHA256SUMS
360-
ENV VBOX_SHA256 dd07da975f346608b0f6843f4be4bfdf48b4610ef49a0c0e6aa689ef81c1bd69
360+
ENV VBOX_SHA256 c8a686f8c7ad9ca8375961ab19815cec6b1f0d2496900a356a38ce86fe8a1325
361361
# (VBoxGuestAdditions_X.Y.Z.iso SHA256, for verification)
362362

363363
RUN wget -O /vbox.iso "https://download.virtualbox.org/virtualbox/$VBOX_VERSION/VBoxGuestAdditions_$VBOX_VERSION.iso"; \

0 commit comments

Comments
 (0)