Unpin containerd.io package version

It used to be pinned to 1.5.11-1 which is
is not compatible with the latest docker-ce package.

Change-Id: I69b4a28d5919cb1b47b56ea356e1337dbe146cce
This commit is contained in:
Vladimir Kozhukalov 2023-02-02 23:03:32 +03:00
parent 056655d1cd
commit e3f966add0

View File

@ -138,7 +138,7 @@ sudo -E apt-get update
sudo -E apt-get install -y \
docker-ce \
docker-ce-cli \
containerd.io=1.5.11-1 \
containerd.io \
socat \
jq \
util-linux \