Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit 7c9fb4b

Browse files
committed
Update stable and preview versions of Docker
1 parent bed79b8 commit 7c9fb4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/docker-preview/manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: docker-preview
2-
version: "23.0.5"
2+
version: "24.0.0-rc.2"
33
binary: ${target}/libexec/docker-preview/bin/docker
44
check: ${binary} --version | cut -d, -f1 | cut -d' ' -f3
55
runtime_dependencies:

tools/docker-stable/manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ description: The Docker CLI
2323
renovate:
2424
datasource: github-tags
2525
package: moby/moby
26-
extractVersion: ^v(?<version>20\..+?)$
26+
extractVersion: ^v(?<version>23\..+?)$

0 commit comments

Comments
 (0)