Skip to content

Commit

Permalink
Upgrade Docker to 20.10.12
Browse files Browse the repository at this point in the history
  • Loading branch information
afbjorklund committed Feb 20, 2022
1 parent 754399d commit be5929d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ RUN wget -O usr/local/sbin/cgroupfs-mount "https://github.com/tianon/cgroupfs-mo
chmod +x usr/local/sbin/cgroupfs-mount; \
tcl-chroot cgroupfs-mount

ENV DOCKER_VERSION 19.03.15
ENV DOCKER_VERSION 20.10.12

# Get the Docker binaries with version that matches our boot2docker version.
RUN DOCKER_CHANNEL='stable'; \
Expand All @@ -442,7 +442,7 @@ RUN DOCKER_CHANNEL='stable'; \
rm /docker.tgz; \
\
# download bash-completion too
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"; \
wget -O usr/local/share/bash-completion/completions/docker "https://github.com/docker/cli/raw/v${DOCKER_VERSION}/contrib/completion/bash/docker"; \
\
for binary in \
containerd \
Expand Down

0 comments on commit be5929d

Please sign in to comment.