Skip to content

Commit eed5fca

Browse files
committed
Bump version to v1.3.1
1 parent 667341e commit eed5fca

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ boot2docker-parallels.box: boot2docker.iso template.json vagrantfile.tpl \
1313
packer build -only parallels template.json
1414

1515
#boot2docker.iso:
16-
# curl -LO https://github.com/boot2docker/boot2docker/releases/download/v0.9.1/boot2docker.iso
16+
# curl -LO https://github.com/boot2docker/boot2docker/releases/download/v1.3.1/boot2docker.iso
1717

1818
files/docker-enter:
1919
curl -L https://raw.githubusercontent.com/YungSang/docker-attach/master/docker-nsenter -o files/docker-enter

files/oem-release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ID=boot2docker
22
NAME="Boot2Docker.box for Vagrant"
3-
VERSION_ID=1.3.0
3+
VERSION_ID=1.3.1
44
HOME_URL="https://vagrantcloud.com/yungsang/boot2docker"
55
SUPPORT_URL="https://github.com/YungSang/boot2docker-vagrant-box"
66
BUG_REPORT_URL="https://github.com/YungSang/boot2docker-vagrant-box/issues"

template.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "virtualbox",
44
"type": "virtualbox-iso",
55
"iso_url": "boot2docker.iso",
6-
"iso_checksum": "1cdde4c60864b79acba17a01db6fbbe2",
6+
"iso_checksum": "65544bc42ecc7c5b1d664d494d9ce3a6",
77
"iso_checksum_type": "md5",
88
"boot_wait": "5s",
99
"ssh_username": "docker",
@@ -18,7 +18,7 @@
1818
"name": "parallels",
1919
"type": "parallels-iso",
2020
"iso_url": "boot2docker.iso",
21-
"iso_checksum": "1cdde4c60864b79acba17a01db6fbbe2",
21+
"iso_checksum": "65544bc42ecc7c5b1d664d494d9ce3a6",
2222
"iso_checksum_type": "md5",
2323
"boot_wait": "15s",
2424
"ssh_username": "docker",

0 commit comments

Comments
 (0)