Skip to content

Commit edc877f

Browse files
committed
Bump version to v1.3.5
- Docker v1.3.2
1 parent 837fe87 commit edc877f

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/v1.3.1/boot2docker.iso
16+
# curl -LO https://github.com/boot2docker/boot2docker/releases/download/v1.3.2/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.4
3+
VERSION_ID=1.3.5
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": "65544bc42ecc7c5b1d664d494d9ce3a6",
6+
"iso_checksum": "94ce1aa510ad6db0ce83f40969600f7c",
77
"iso_checksum_type": "md5",
88
"boot_wait": "5s",
99
"ssh_username": "docker",
@@ -28,7 +28,7 @@
2828
"name": "parallels",
2929
"type": "parallels-iso",
3030
"iso_url": "boot2docker.iso",
31-
"iso_checksum": "65544bc42ecc7c5b1d664d494d9ce3a6",
31+
"iso_checksum": "94ce1aa510ad6db0ce83f40969600f7c",
3232
"iso_checksum_type": "md5",
3333
"boot_wait": "15s",
3434
"ssh_username": "docker",

0 commit comments

Comments
 (0)