Skip to content

Commit 71381dd

Browse files
committed
ci: force docker compose 2.24
1 parent 8825592 commit 71381dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/actions/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ runs:
1313
$(. /etc/os-release && echo \"$VERSION_CODENAME\") stable" | \
1414
sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
1515
sudo apt-get update
16-
sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
16+
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
1717
shell: bash
1818
- run: pip install --upgrade pip
1919
shell: bash

0 commit comments

Comments
 (0)