diff --git a/build-images.sh b/build-images.sh index 2a83faa..5a6279f 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.22.3" +SPDF_TAG="0.22.4" # Create a new empty container image container=$(buildah from scratch)