diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1f8d390d1040c7fe5dd8c54771645d3c3443706b..01d803a41b4f273476556e24f3d962f109c90335 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,7 +3,7 @@ build:
   stage: build
   # https://quay.io/repository/buildah/stable?tab=tags&tag=latest
   # Based on Fedora Linux 38 (v1.32.0)
-  image: quay.io/buildah/stable:v1.32.0
+  image: quay.io/buildah/stable:v1.32.2
   variables:
     # Use vfs with buildah. Docker offers overlayfs as a default, but Buildah
     # cannot stack overlayfs on top of another overlayfs filesystem.