Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

version 17.06.0-ce #27

Open
wants to merge 1 commit into
base: parallels
Choose a base branch
from
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