We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 336373f commit e8f2cc6Copy full SHA for e8f2cc6
.github/workflows/ci-main.yaml
@@ -215,8 +215,8 @@ jobs:
215
216
CODENAME=$(. /etc/os-release && echo "$VERSION_CODENAME")
217
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} \
+ docker-ce=5:27.0.1-1~ubuntu.24.04~${CODENAME} \
+ docker-ce-cli=5:27.0.1-1~ubuntu.24.04~${CODENAME} \
220
containerd.io \
221
docker-buildx-plugin \
222
docker-compose-plugin
0 commit comments