Skip to content

Commit ee796fe

Browse files
committed
Updated Docker to v0.7.3.
1 parent c308418 commit ee796fe

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

contrib/digitalocean/prepare-digitalocean-snapshot.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ apt-get update
4949
apt-get -qy upgrade
5050

5151
# install required packages
52-
apt-get install lxc-docker-0.7.1 curl git make python-setuptools python-pip -yq
52+
apt-get install lxc-docker-0.7.3 curl git make python-setuptools python-pip -yq
5353

5454
# wait for docker to start
5555
while [ ! -e /var/run/docker.sock ] ; do

contrib/ec2/prepare-ubuntu-ami.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ apt-get update
3939
apt-get dist-upgrade -yq
4040

4141
# install required packages
42-
apt-get install lxc-docker-0.7.1 curl git make python-setuptools python-pip -yq
42+
apt-get install lxc-docker-0.7.3 curl git make python-setuptools python-pip -yq
4343

4444
# wait for docker to start
4545
while [ ! -e /var/run/docker.sock ] ; do

contrib/rackspace/prepare-rackspace-image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ apt-get update
4040
apt-get dist-upgrade -yq
4141

4242
# install required packages
43-
apt-get install lxc-docker-0.7.1 curl git make python-setuptools python-pip -yq
43+
apt-get install lxc-docker-0.7.3 curl git make python-setuptools python-pip -yq
4444

4545
# wait for docker to start
4646
while [ ! -e /var/run/docker.sock ] ; do

contrib/vagrant/prepare-ubuntu-box.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ apt-get update
4242
apt-get dist-upgrade -yq
4343

4444
# install required packages
45-
apt-get install lxc-docker-0.7.1 git make python-setuptools python-pip -yq
45+
apt-get install lxc-docker-0.7.3 git make python-setuptools python-pip -yq
4646

4747
# wait for docker to start
4848
while [ ! -e /var/run/docker.sock ] ; do

0 commit comments

Comments
 (0)