Use correct docker version in main.yml

This commit is contained in:
Lawrence Wong 2023-01-13 09:35:38 -08:00
parent 1074f7eaa5
commit 6c39eaa6fd

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.7~ce~3-0~ubuntu
sudo apt-get install docker-ce=20.10.10~ce~3-0~ubuntu
- name: Check Docker Version
run: docker --version