Use correct docker version in main.yml

This commit is contained in:
Lawrence Wong 2023-01-13 09:38:25 -08:00
parent 6c39eaa6fd
commit 27f7bef575

View file

@ -32,7 +32,7 @@ jobs:
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
sudo apt-get update
sudo apt-get install docker-ce=20.10.10~ce~3-0~ubuntu
sudo apt-get install docker-ce=20.10.1~ce~3-0~ubuntu
- name: Check Docker Version
run: docker --version