Skip to content

Commit 7597a6c

Browse files
Update 25 to 25.0.2
1 parent 88d0078 commit 7597a6c

File tree

6 files changed

+23
-23
lines changed

6 files changed

+23
-23
lines changed

25/cli/Dockerfile

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

25/dind-rootless/Dockerfile

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

25/dind/Dockerfile

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

25/windows/windowsservercore-1809/Dockerfile

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

25/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
@@ -144,21 +144,21 @@
144144
"25": {
145145
"arches": {
146146
"amd64": {
147-
"dockerUrl": "https://download.docker.com/linux/static/stable/x86_64/docker-25.0.1.tgz",
148-
"rootlessExtrasUrl": "https://download.docker.com/linux/static/stable/x86_64/docker-rootless-extras-25.0.1.tgz"
147+
"dockerUrl": "https://download.docker.com/linux/static/stable/x86_64/docker-25.0.2.tgz",
148+
"rootlessExtrasUrl": "https://download.docker.com/linux/static/stable/x86_64/docker-rootless-extras-25.0.2.tgz"
149149
},
150150
"arm32v6": {
151-
"dockerUrl": "https://download.docker.com/linux/static/stable/armel/docker-25.0.1.tgz"
151+
"dockerUrl": "https://download.docker.com/linux/static/stable/armel/docker-25.0.2.tgz"
152152
},
153153
"arm32v7": {
154-
"dockerUrl": "https://download.docker.com/linux/static/stable/armhf/docker-25.0.1.tgz"
154+
"dockerUrl": "https://download.docker.com/linux/static/stable/armhf/docker-25.0.2.tgz"
155155
},
156156
"arm64v8": {
157-
"dockerUrl": "https://download.docker.com/linux/static/stable/aarch64/docker-25.0.1.tgz",
158-
"rootlessExtrasUrl": "https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-25.0.1.tgz"
157+
"dockerUrl": "https://download.docker.com/linux/static/stable/aarch64/docker-25.0.2.tgz",
158+
"rootlessExtrasUrl": "https://download.docker.com/linux/static/stable/aarch64/docker-rootless-extras-25.0.2.tgz"
159159
},
160160
"windows-amd64": {
161-
"dockerUrl": "https://download.docker.com/win/static/stable/x86_64/docker-25.0.1.zip"
161+
"dockerUrl": "https://download.docker.com/win/static/stable/x86_64/docker-25.0.2.zip"
162162
}
163163
},
164164
"buildx": {
@@ -280,7 +280,7 @@
280280
"windows/windowsservercore-ltsc2022",
281281
"windows/windowsservercore-1809"
282282
],
283-
"version": "25.0.1"
283+
"version": "25.0.2"
284284
},
285285
"25-rc": null
286286
}

0 commit comments

Comments
 (0)