mirror of
https://github.com/actions/runner-images.git
synced 2026-01-09 03:57:44 +08:00
[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:
@@ -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": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user