We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc199eb commit a624989Copy full SHA for a624989
Makefile
@@ -1,8 +1,8 @@
1
-BOOT2DOCKER_VERSION := 1.13.0
+BOOT2DOCKER_VERSION := 17.03.1-ce
2
3
B2D_ISO_FILE := boot2docker.iso
4
B2D_ISO_URL := https://github.com/boot2docker/boot2docker/releases/download/v$(BOOT2DOCKER_VERSION)/boot2docker.iso
5
-B2D_ISO_CHECKSUM := 1a22a334b60950024366c37e9ee752b1
+B2D_ISO_CHECKSUM := 85f1947876c0f02e4dfbab838cc18d9b
6
7
default: parallels
8
tests/boot2docker_vagrant_parallels.bats
@@ -1,6 +1,6 @@
#!/usr/bin/env bats
-DOCKER_TARGET_VERSION=1.13.0
+DOCKER_TARGET_VERSION=17.03.1-ce
# Assume that Vagrantfile exists and basebox is added
@test "vagrant up" {
0 commit comments