File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ jobs:
131
131
132
132
sudo apt-get update
133
133
export DOCKER_VERSION="5:19.03.2~3-0~ubuntu-xenial"
134
- sudo apt-get install docker-ce=${DOCKER_VERSION} docker-ce-cli=${DOCKER_VERSION} containerd.io
134
+ sudo apt-get install docker-ce=${DOCKER_VERSION} docker-ce-cli=${DOCKER_VERSION} containerd.io=1.2.6-3
135
135
136
136
# Add the package repositories
137
137
distribution=$(. /etc/os-release;echo $ID$VERSION_ID)
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ jobs:
131
131
132
132
sudo apt-get update
133
133
export DOCKER_VERSION="5:19.03.2~3-0~ubuntu-xenial"
134
- sudo apt-get install docker-ce=${DOCKER_VERSION} docker-ce-cli=${DOCKER_VERSION} containerd.io
134
+ sudo apt-get install docker-ce=${DOCKER_VERSION} docker-ce-cli=${DOCKER_VERSION} containerd.io=1.2.6-3
135
135
136
136
# Add the package repositories
137
137
distribution=$(. /etc/os-release;echo $ID$VERSION_ID)
You can’t perform that action at this time.
0 commit comments