Skip to content

Commit

Permalink
Bump version to v1.3.6
Browse files Browse the repository at this point in the history
- Docker v1.3.3
  • Loading branch information
YungSang committed Dec 11, 2014
1 parent 02f0006 commit 8f39f0d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/v1.3.2/boot2docker.iso
# curl -LO https://github.com/boot2docker/boot2docker/releases/download/v1.3.3/boot2docker.iso

files/docker-enter:
curl -L https://raw.githubusercontent.com/YungSang/docker-attach/master/docker-nsenter -o files/docker-enter
Expand Down
2 changes: 1 addition & 1 deletion files/oem-release
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ID=boot2docker
NAME="Boot2Docker.box for Vagrant"
VERSION_ID=1.3.5
VERSION_ID=1.3.6
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"
4 changes: 2 additions & 2 deletions template.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "virtualbox",
"type": "virtualbox-iso",
"iso_url": "boot2docker.iso",
"iso_checksum": "94ce1aa510ad6db0ce83f40969600f7c",
"iso_checksum": "d828225c306a44fbb45c557d178ea7a9",
"iso_checksum_type": "md5",
"boot_wait": "5s",
"ssh_username": "docker",
Expand All @@ -28,7 +28,7 @@
"name": "parallels",
"type": "parallels-iso",
"iso_url": "boot2docker.iso",
"iso_checksum": "94ce1aa510ad6db0ce83f40969600f7c",
"iso_checksum": "d828225c306a44fbb45c557d178ea7a9",
"iso_checksum_type": "md5",
"boot_wait": "15s",
"ssh_username": "docker",
Expand Down

0 comments on commit 8f39f0d

Please sign in to comment.