Skip to content

Commit faa16b3

Browse files
Update 24 to 24.0.9
1 parent 7597a6c commit faa16b3

File tree

6 files changed

+23
-23
lines changed

6 files changed

+23
-23
lines changed

24/cli/Dockerfile

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

24/dind-rootless/Dockerfile

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

24/dind/Dockerfile

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

24/windows/windowsservercore-1809/Dockerfile

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

24/windows/windowsservercore-ltsc2022/Dockerfile

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

versions.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22
"24": {
33
"arches": {
44
"amd64": {
5-
"dockerUrl": "https://download.docker.com/linux/static/stable/x86_64/docker-24.0.8.tgz",
6-
"rootlessExtrasUrl": "https://download.docker.com/linux/static/stable/x86_64/docker-rootless-extras-24.0.8.tgz"
5+
"dockerUrl": "https://download.docker.com/linux/static/stable/x86_64/docker-24.0.9.tgz",
6+
"rootlessExtrasUrl": "https://download.docker.com/linux/static/stable/x86_64/docker-rootless-extras-24.0.9.tgz"
77
},
88
"arm32v6": {
9-
"dockerUrl": "https://download.docker.com/linux/static/stable/armel/docker-24.0.8.tgz"
9+
"dockerUrl": "https://download.docker.com/linux/static/stable/armel/docker-24.0.9.tgz"
1010
},
1111
"arm32v7": {
12-
"dockerUrl": "https://download.docker.com/linux/static/stable/armhf/docker-24.0.8.tgz"
12+
"dockerUrl": "https://download.docker.com/linux/static/stable/armhf/docker-24.0.9.tgz"
1313
},
1414
"arm64v8": {
15-
"dockerUrl": "https://download.docker.com/linux/static/stable/aarch64/docker-24.0.8.tgz",
16-
"rootlessExtrasUrl": "https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-24.0.8.tgz"
15+
"dockerUrl": "https://download.docker.com/linux/static/stable/aarch64/docker-24.0.9.tgz",
16+
"rootlessExtrasUrl": "https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-24.0.9.tgz"
1717
},
1818
"windows-amd64": {
19-
"dockerUrl": "https://download.docker.com/win/static/stable/x86_64/docker-24.0.8.zip"
19+
"dockerUrl": "https://download.docker.com/win/static/stable/x86_64/docker-24.0.9.zip"
2020
}
2121
},
2222
"buildx": {
@@ -138,7 +138,7 @@
138138
"windows/windowsservercore-ltsc2022",
139139
"windows/windowsservercore-1809"
140140
],
141-
"version": "24.0.8"
141+
"version": "24.0.9"
142142
},
143143
"24-rc": null,
144144
"25": {

0 commit comments

Comments
 (0)