Skip to content

Commit

Permalink
Upgrade boot2docker to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YungSang committed Feb 21, 2014
1 parent 1baf9fc commit 2dc4c00
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/steeve/boot2docker/releases/download/v0.5.4/boot2docker.iso
curl -LO https://github.com/steeve/boot2docker/releases/download/v0.6.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": "522fc919ef97ed60c221b1a99a65ff2f",
"iso_checksum": "552854615e24a0a924f6b071723d4831",
"iso_checksum_type": "md5",
"boot_wait": "5s",
"ssh_username": "docker",
Expand Down

0 comments on commit 2dc4c00

Please sign in to comment.