Skip to content

Commit

Permalink
Upgrade boot2docker to v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YungSang committed Apr 9, 2014
1 parent 53c39b8 commit f16e663
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ boot2docker.box: boot2docker.iso template.json vagrantfile_virtualbox.tpl files/
packer build template.json

boot2docker.iso:
curl -LO https://github.com/boot2docker/boot2docker/releases/download/v0.7.1/boot2docker.iso
curl -LO https://github.com/boot2docker/boot2docker/releases/download/v0.8.0/boot2docker.iso

clean:
rm -f boot2docker.iso
Expand Down
2 changes: 1 addition & 1 deletion template.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"builders": [{
"type": "virtualbox-iso",
"iso_url": "boot2docker.iso",
"iso_checksum": "6687d9f3f6d2d66cdf6514929e848d52",
"iso_checksum": "00be816fbd6b915247d8745b92ebdc77",
"iso_checksum_type": "md5",
"boot_wait": "5s",
"ssh_username": "docker",
Expand Down

0 comments on commit f16e663

Please sign in to comment.