Skip to content

Commit

Permalink
chore(deps): update dependency moby/moby to v25.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and github-actions[bot] committed Mar 20, 2024
1 parent 7882cca commit 1d346bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/docker-preview/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# yaml-language-server: $schema=https://tools.uniget.dev/schema.yaml
$schema: https://tools.uniget.dev/schema.yaml
name: docker-preview
version: "25.0.4"
version: "25.0.5"
binary: ${target}/libexec/docker-preview/bin/docker
check: ${binary} --version | cut -d, -f1 | cut -d' ' -f3
runtime_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion tools/docker/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# yaml-language-server: $schema=https://tools.uniget.dev/schema.yaml
$schema: https://tools.uniget.dev/schema.yaml
name: docker
version: "25.0.4"
version: "25.0.5"
binary: dockerd
check: ${binary} --version | cut -d, -f1 | cut -d' ' -f3
runtime_dependencies:
Expand Down

0 comments on commit 1d346bf

Please sign in to comment.