Skip to content

Commit

Permalink
Bump version to v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
YungSang committed Dec 20, 2014
1 parent 5073a88 commit 1b379e3
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.3/boot2docker.iso
# curl -LO https://github.com/YungSang/boot2docker/releases/download/yungsang%2Fv1.4.1/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.7
VERSION_ID=1.4.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"
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": "d828225c306a44fbb45c557d178ea7a9",
"iso_checksum": "92e9d0fa63463f9411a08860f7ea68e1",
"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": "d828225c306a44fbb45c557d178ea7a9",
"iso_checksum": "92e9d0fa63463f9411a08860f7ea68e1",
"iso_checksum_type": "md5",
"boot_wait": "15s",
"ssh_username": "docker",
Expand Down

0 comments on commit 1b379e3

Please sign in to comment.