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

Commit a43ee23

Browse files
Revise VBox revision for Windows
Signed-off-by: Nathan LeClaire <[email protected]>
1 parent b0d870c commit a43ee23

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

script/build-windows

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
set -e
44

5+
# TODO(nathanleclaire): The Vbox revision shouldn't be hardcoded, but for some
6+
# reason they bumped the revision one for OSX but not for Windows in 5.20.0
57
. versions
68
docker build \
79
-t windows-installer \
@@ -13,7 +15,7 @@ docker build \
1315
--build-arg DOCKER_MACHINE_VERSION="${DOCKER_MACHINE_VERSION}" \
1416
--build-arg KITEMATIC_VERSION="${KITEMATIC_VERSION}" \
1517
--build-arg VBOX_VERSION="${VBOX_VERSION}" \
16-
--build-arg VBOX_REV="${VBOX_REV}" \
18+
--build-arg VBOX_REV="114628" \
1719
--build-arg MIXPANEL_TOKEN="${MIXPANEL_TOKEN}" \
1820
.
1921
CONTAINER="$(docker run -d windows-installer)"

0 commit comments

Comments
 (0)