We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 34022f2 + 1fd59ea commit 6e02252Copy full SHA for 6e02252
Dockerfile
@@ -23,7 +23,7 @@ ENV BUILDROOT_VERSION 2016.02
23
RUN wget -qO- http://buildroot.uclibc.org/downloads/buildroot-$BUILDROOT_VERSION.tar.bz2 | tar xj && \
24
mv buildroot-$BUILDROOT_VERSION /tmp/buildroot
25
26
-ENV DOCKER_VERSION 1.11.0
+ENV DOCKER_VERSION 1.11.1
27
RUN cd /tmp; wget -qO- https://get.docker.io/builds/Linux/x86_64/docker-${DOCKER_VERSION}.tgz | tar xz && \
28
mv docker/* /tmp/rootfs/usr/bin/
29
0 commit comments