Skip to content

Commit 6ea8d57

Browse files
committed
chore(builder): update Docker engine to 1.3.0
1 parent 1db9954 commit 6ea8d57

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

builder/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 36A1D7869245C8950F9
2121
RUN apt-get update && apt-get install -yq \
2222
openssh-server git \
2323
aufs-tools iptables lxc \
24-
lxc-docker-1.2.0
24+
lxc-docker-1.3.0
2525

2626
# install jq for parsing json
2727
RUN curl http://stedolan.github.io/jq/download/linux64/jq > /usr/bin/jq && chmod 755 /usr/bin/jq

tests/bin/setup-node.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
# Preps a Ubuntu 14.04 box with requirements to run as a Jenkins node to http://ci.deis.io/
44
# Should be run as root.
55

6-
# install docker 1.2.0
6+
# install docker 1.3.0
77
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 36A1D7869245C8950F966E92D8576A8BA88D21E9
88
sh -c "echo deb https://get.docker.io/ubuntu docker main > /etc/apt/sources.list.d/docker.list"
9-
apt-get update && apt-get install -yq lxc-docker-1.2.0
9+
apt-get update && apt-get install -yq lxc-docker-1.3.0
1010

1111
# install java
1212
apt-get install -yq openjdk-7-jre-headless

0 commit comments

Comments
 (0)