We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8825592 commit 71381ddCopy full SHA for 71381dd
.github/actions/action.yml
@@ -13,7 +13,7 @@ runs:
13
$(. /etc/os-release && echo \"$VERSION_CODENAME\") stable" | \
14
sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
15
sudo apt-get update
16
- sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
+ sudo apt-get install docker-ce=5:25.0.4-1~ubuntu.22.04~jammy docker-ce-cli=5:25.0.4-1~ubuntu.22.04~jammy containerd.io docker-buildx-plugin docker-compose-plugin=2.24.7-1~ubuntu.22.04~jammy
17
shell: bash
18
- run: pip install --upgrade pip
19
0 commit comments