From 9b6f615ca6b114f8be936d396a41f09ddbe30b42 Mon Sep 17 00:00:00 2001 From: Martin Bhuong Date: Tue, 28 May 2024 21:29:00 +0200 Subject: [PATCH] update stirling pdf Version to 0.25.0 --- build-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-images.sh b/build-images.sh index 5a6279f..75dee02 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.4" +SPDF_TAG="0.25.0" # Create a new empty container image container=$(buildah from scratch)