Skip to content

Commit 1fd59ea

Browse files
committed
Update Dockerfile to version 1.11.1
1 parent 34022f2 commit 1fd59ea

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)