Skip to content

Commit 219bedc

Browse files
committed
docker-engine: bump version from 25.0.8 to 25.0.12
Signed-off-by: Yutong Sun <[email protected]>
1 parent 5fe35b9 commit 219bedc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/docker-engine/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ path = "../packages.rs"
1212
releases-url = "https://github.com/moby/moby/releases"
1313

1414
[[package.metadata.build-package.external-files]]
15-
url = "https://github.com/moby/moby/archive/v25.0.8/moby-25.0.8.tar.gz"
16-
sha512 = "573f738df9fa1655c56ba5836fcfd0691521b81c4807e09156dd2813b172219b283b7ff1639f19379b46a7c3e1b0da4c8ae4f11f96e50e7efb0587d6bcc682fa"
15+
url = "https://github.com/moby/moby/archive/v25.0.12/moby-25.0.12.tar.gz"
16+
sha512 = "8954a86e87be392988cb56c9f99ee3004033b0b82b2ed5c6c6064d3409fb1357db115aa9b6e5a9f49084e5fc2a596d52c8b958482eb1a21b91c6e6791d81d637"
1717

1818
[build-dependencies]
1919
glibc = { path = "../glibc" }

packages/docker-engine/docker-engine.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
%global goorg github.com/docker
44
%global goimport %{goorg}/docker
55

6-
%global gover 25.0.8
6+
%global gover 25.0.12
77
%global rpmver %{gover}
88
%global gitrev b08a51fe16eed67de3861c03b363ba403643b12e
99

0 commit comments

Comments
 (0)