Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
BOOT2DOCKER_VERSION := 17.03.1-ce
BOOT2DOCKER_VERSION := 17.06.0-ce

B2D_ISO_FILE := boot2docker.iso
B2D_ISO_URL := https://github.com/boot2docker/boot2docker/releases/download/v$(BOOT2DOCKER_VERSION)/boot2docker.iso
B2D_ISO_CHECKSUM := 85f1947876c0f02e4dfbab838cc18d9b
B2D_ISO_CHECKSUM := 5be6a9a57876b57b056cc640fa7b8534

default: parallels

Expand Down
2 changes: 1 addition & 1 deletion tests/boot2docker_vagrant_parallels.bats
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bats

DOCKER_TARGET_VERSION=17.03.1-ce
DOCKER_TARGET_VERSION=17.06.0-ce

# Assume that Vagrantfile exists and basebox is added
@test "vagrant up" {
Expand Down