diff --git a/build-images.sh b/build-images.sh index 612ddd0..3a521f6 100644 --- a/build-images.sh +++ b/build-images.sh @@ -14,7 +14,7 @@ images=() repobase="${REPOBASE:-ghcr.io/compgeniuses}" # Configure the image name reponame="stirlingpdf" -SPDF_TAG="0.21.0" +SPDF_TAG="0.22.1" # Create a new empty container image container=$(buildah from scratch)