diff --git a/Makefile b/Makefile index f0ec32d..65f5c3f 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ boot2docker-parallels.box: boot2docker.iso template.json vagrantfile.tpl \ packer build -only parallels template.json #boot2docker.iso: -# curl -LO https://github.com/boot2docker/boot2docker/releases/download/v0.9.1/boot2docker.iso +# curl -LO https://github.com/boot2docker/boot2docker/releases/download/v1.3.1/boot2docker.iso files/docker-enter: curl -L https://raw.githubusercontent.com/YungSang/docker-attach/master/docker-nsenter -o files/docker-enter diff --git a/files/oem-release b/files/oem-release index ea862bb..b69cbf7 100644 --- a/files/oem-release +++ b/files/oem-release @@ -1,6 +1,6 @@ ID=boot2docker NAME="Boot2Docker.box for Vagrant" -VERSION_ID=1.3.0 +VERSION_ID=1.3.1 HOME_URL="https://vagrantcloud.com/yungsang/boot2docker" SUPPORT_URL="https://github.com/YungSang/boot2docker-vagrant-box" BUG_REPORT_URL="https://github.com/YungSang/boot2docker-vagrant-box/issues" diff --git a/template.json b/template.json index 10c43e3..f47f408 100644 --- a/template.json +++ b/template.json @@ -3,7 +3,7 @@ "name": "virtualbox", "type": "virtualbox-iso", "iso_url": "boot2docker.iso", - "iso_checksum": "1cdde4c60864b79acba17a01db6fbbe2", + "iso_checksum": "65544bc42ecc7c5b1d664d494d9ce3a6", "iso_checksum_type": "md5", "boot_wait": "5s", "ssh_username": "docker", @@ -18,7 +18,7 @@ "name": "parallels", "type": "parallels-iso", "iso_url": "boot2docker.iso", - "iso_checksum": "1cdde4c60864b79acba17a01db6fbbe2", + "iso_checksum": "65544bc42ecc7c5b1d664d494d9ce3a6", "iso_checksum_type": "md5", "boot_wait": "15s", "ssh_username": "docker",