Skip to content

Commit

Permalink
Upgrade boot2docker to v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YungSang committed Mar 13, 2014
1 parent 823f5dc commit 1567cca
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.6.0/boot2docker.iso
curl -LO https://github.com/boot2docker/boot2docker/releases/download/v0.7.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": "552854615e24a0a924f6b071723d4831",
"iso_checksum": "dc44fd271b09e9c96e065c6629adc07a",
"iso_checksum_type": "md5",
"boot_wait": "5s",
"ssh_username": "docker",
Expand Down

0 comments on commit 1567cca

Please sign in to comment.