From 409679cfa2463663e876c9d26c7803e78feeb7c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 09:06:26 +0000 Subject: [PATCH] test(deps): update dependency skopeo to v1.24.0 | datasource | package | from | to | | --------------- | ----------------------------- | ------ | ------ | | github-releases | containerbase/skopeo-prebuild | 1.23.0 | 1.24.0 | --- linux/test/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/test/run.sh b/linux/test/run.sh index d6af9e86..605279f0 100644 --- a/linux/test/run.sh +++ b/linux/test/run.sh @@ -8,7 +8,7 @@ git --version install-tool minio-client RELEASE.2023-12-29T20-15-29Z # renovate: datasource=github-releases packageName=containerbase/skopeo-prebuild -install-tool skopeo 1.23.0 +install-tool skopeo 1.24.0 skopeo inspect docker://registry.fedoraproject.org/fedora:latest | jq -r '.Name+"@"+.Digest'