Skip to content

Commit

Permalink
Update docker_ce to use latest stable version (closes #5)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianarsenault authored and jbeemster committed Oct 11, 2021
1 parent fce3abd commit e6bd2a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/startup-script.sh.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function install_base_packages() {
}

function install_docker_ce() {
sudo apt install docker.io=20.10.7-0ubuntu1~20.04.1 -y
sudo apt install docker.io -y
sudo systemctl enable --now docker
}

Expand Down

0 comments on commit e6bd2a7

Please sign in to comment.