diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 9e3cddfea..dfb227386 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -61,7 +61,8 @@ jobs: stable" sudo apt-get update sudo apt-cache madison docker-ce - sudo apt-get install docker-ce docker-ce-cli containerd.io + VERSION_STRING=5:26.1.4-1~ubuntu.22.04~jammy + sudo apt-get install docker-ce=$VERSION_STRING docker-ce-cli=$VERSION_STRING containerd.io # Restart docker daemon. sudo service docker restart