From efdbbb125584fe507bcb7e977532cc45763e092b Mon Sep 17 00:00:00 2001 From: Platform Engineering Bot Date: Mon, 6 Oct 2025 00:11:27 +0000 Subject: [PATCH] chore(deps): update quay.io/buildah/stable docker tag to v1.41.5 Signed-off-by: Platform Engineering Bot --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aa38130..bbbf56f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ variables: .build-image: stage: build - image: quay.io/buildah/stable:v1.41.4 + image: quay.io/buildah/stable:v1.41.5 needs: [] basic-checks: