Skip to content

Commit bc773ea

Browse files
committed
chore(builder): update Docker to 1.8.3
1 parent e8ef0ee commit bc773ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

builder/rootfs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN apk add --update-cache \
2626
&& rm -rf /var/cache/apk/*
2727

2828
# 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 && \
29+
RUN curl -sSL https://get.docker.com/builds/Linux/x86_64/docker-1.8.3 -o /usr/bin/docker && \
3030
chmod +x /usr/bin/docker
3131

3232
# configure ssh server

0 commit comments

Comments
 (0)