From ea861488e3da620fc84dc50d758b7c0969c8508a Mon Sep 17 00:00:00 2001 From: Martin Bhuong Date: Sun, 24 Mar 2024 22:48:11 +0100 Subject: [PATCH] update sritling to v 0.22.4 --- build-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)