Skip to content

Commit e8f2cc6

Browse files
fix: fix githuba actions env [run-int-tests]
1 parent 336373f commit e8f2cc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,8 @@ jobs:
215215
216216
CODENAME=$(. /etc/os-release && echo "$VERSION_CODENAME")
217217
sudo apt-get install -y \
218-
docker-ce=5:27.0.0-1~ubuntu.24.04~${CODENAME} \
219-
docker-ce-cli=5:27.0.0-1~ubuntu.24.04~${CODENAME} \
218+
docker-ce=5:27.0.1-1~ubuntu.24.04~${CODENAME} \
219+
docker-ce-cli=5:27.0.1-1~ubuntu.24.04~${CODENAME} \
220220
containerd.io \
221221
docker-buildx-plugin \
222222
docker-compose-plugin

0 commit comments

Comments
 (0)