[Ubuntu] Pin Docker 24.0.7 to avoid bugs (#9205)

* [Ubuntu] Pin Docker 24.0.7 to avoid bugs

* Fix character escaping for jq

* Fix order of install
This commit is contained in:
Erik Bershel
2024-01-23 14:44:07 +01:00
committed by GitHub
parent 097e28c9d7
commit cbc79f8a0c
3 changed files with 33 additions and 6 deletions

View File

@@ -236,7 +236,14 @@
"node:18-alpine",
"node:20-alpine",
"ubuntu:20.04"
]
],
"components": {
"docker-ce": "24.0.7",
"docker-ce-cli": "24.0.7",
"containerd.io": "latest",
"docker-buildx-plugin": "latest",
"compose": "2.23.3"
}
},
"pipx": [
{