Skip to content

Commit a624989

Browse files
committed
Version 17.03.1-ce
1 parent cc199eb commit a624989

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
BOOT2DOCKER_VERSION := 1.13.0
1+
BOOT2DOCKER_VERSION := 17.03.1-ce
22

33
B2D_ISO_FILE := boot2docker.iso
44
B2D_ISO_URL := https://github.com/boot2docker/boot2docker/releases/download/v$(BOOT2DOCKER_VERSION)/boot2docker.iso
5-
B2D_ISO_CHECKSUM := 1a22a334b60950024366c37e9ee752b1
5+
B2D_ISO_CHECKSUM := 85f1947876c0f02e4dfbab838cc18d9b
66

77
default: parallels
88

tests/boot2docker_vagrant_parallels.bats

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bats
22

3-
DOCKER_TARGET_VERSION=1.13.0
3+
DOCKER_TARGET_VERSION=17.03.1-ce
44

55
# Assume that Vagrantfile exists and basebox is added
66
@test "vagrant up" {

0 commit comments

Comments
 (0)