Skip to content

Commit 6e02252

Browse files
committed
Merge pull request #31 from leipert/patch-1
Update docker to version 1.11.1, as they had an breaking API change
2 parents 34022f2 + 1fd59ea commit 6e02252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ENV BUILDROOT_VERSION 2016.02
2323
RUN wget -qO- http://buildroot.uclibc.org/downloads/buildroot-$BUILDROOT_VERSION.tar.bz2 | tar xj && \
2424
mv buildroot-$BUILDROOT_VERSION /tmp/buildroot
2525

26-
ENV DOCKER_VERSION 1.11.0
26+
ENV DOCKER_VERSION 1.11.1
2727
RUN cd /tmp; wget -qO- https://get.docker.io/builds/Linux/x86_64/docker-${DOCKER_VERSION}.tgz | tar xz && \
2828
mv docker/* /tmp/rootfs/usr/bin/
2929

0 commit comments

Comments
 (0)