We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8ef0ee commit bc773eaCopy full SHA for bc773ea
1 file changed
builder/rootfs/Dockerfile
@@ -26,7 +26,7 @@ RUN apk add --update-cache \
26
&& rm -rf /var/cache/apk/*
27
28
# the docker package in alpine disables aufs and devicemapper
29
-RUN curl -sSL https://get.docker.com/builds/Linux/x86_64/docker-1.5.0 -o /usr/bin/docker && \
+RUN curl -sSL https://get.docker.com/builds/Linux/x86_64/docker-1.8.3 -o /usr/bin/docker && \
30
chmod +x /usr/bin/docker
31
32
# configure ssh server
0 commit comments