From 6fc0f812c530df986c0922779e31811756f46ccc Mon Sep 17 00:00:00 2001 From: Platform Engineering Bot Date: Tue, 10 Jun 2025 09:10:24 +0000 Subject: [PATCH] chore(deps): update quay.io/buildah/stable docker tag to v1.40.1 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 ae2b1a2..9adbe3f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ variables: .build-image: stage: build - image: quay.io/buildah/stable:v1.40.0 + image: quay.io/buildah/stable:v1.40.1 needs: [] build-minimal: