File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -428,7 +428,7 @@ RUN wget -O usr/local/sbin/cgroupfs-mount "https://github.com/tianon/cgroupfs-mo
428428 chmod +x usr/local/sbin/cgroupfs-mount; \
429429 tcl-chroot cgroupfs-mount
430430
431- ENV DOCKER_VERSION 19.03.15
431+ ENV DOCKER_VERSION 20.10.12
432432
433433# Get the Docker binaries with version that matches our boot2docker version.
434434RUN DOCKER_CHANNEL='stable' ; \
@@ -442,7 +442,7 @@ RUN DOCKER_CHANNEL='stable'; \
442442 rm /docker.tgz; \
443443 \
444444# download bash-completion too
445- wget -O usr/local/share/bash-completion/completions/docker "https://github.com/docker/docker-ce /raw/v${DOCKER_VERSION}/components/cli /contrib/completion/bash/docker" ; \
445+ wget -O usr/local/share/bash-completion/completions/docker "https://github.com/docker/cli /raw/v${DOCKER_VERSION}/contrib/completion/bash/docker" ; \
446446 \
447447 for binary in \
448448 containerd \
You can’t perform that action at this time.
0 commit comments