Skip to content

Commit

Permalink
Use exact version numbers for installing Docker in Ubuntu (#17428)
Browse files Browse the repository at this point in the history
  • Loading branch information
hakman authored and Bob Killen committed Dec 6, 2019
1 parent 703b265 commit 3c89724
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,9 @@ add-apt-repository \

## Install Docker CE.
apt-get update && apt-get install \
docker-ce=5:19.03.* \
docker-ce-cli=5:19.03.*
containerd.io=1.2.10-3 \
docker-ce=5:19.03.4~3-0~ubuntu-$(lsb_release -cs) \
docker-ce-cli=5:19.03.4~3-0~ubuntu-$(lsb_release -cs)

# Setup daemon.
cat > /etc/docker/daemon.json <<EOF
Expand Down

0 comments on commit 3c89724

Please sign in to comment.