From f641a6b12881ad574354192b81e4396a984fbd9c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 23 Sep 2024 16:35:14 +0000 Subject: [PATCH] chore(deps): update dependency containers/buildah to v1.37.3 --- tools/buildah/manifest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/buildah/manifest.yaml b/tools/buildah/manifest.yaml index 74ae3c7336..0f5647dc37 100644 --- a/tools/buildah/manifest.yaml +++ b/tools/buildah/manifest.yaml @@ -1,6 +1,6 @@ # yaml-language-server: $schema=https://tools.uniget.dev/schema.yaml name: buildah -version: "1.37.2" +version: "1.37.3" check: ${binary} --version | cut -d' ' -f3 build_dependencies: - go