Skip to content
Snippets Groups Projects

Update quay.io/buildah/stable Docker tag to v1.32.2

Merged Renovate Bot requested to merge renovate/quay.io-buildah-stable-1.x into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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.
Loading