Skip to content

Commit 4bcae93

Browse files
committed
chore(builder): bump Docker to 1.3.2
1 parent ae89a2f commit 4bcae93

1 file changed

Lines changed: 1 addition & 1 deletion

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.3.0
24+
lxc-docker-1.3.2
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

0 commit comments

Comments
 (0)