From 9baa4af2417059c6d47799cf2eece60238ebabdf Mon Sep 17 00:00:00 2001 From: Martin Bhuong Date: Mon, 3 Jun 2024 08:06:08 +0000 Subject: [PATCH] update spdf v to 0.25.1 --- build-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-images.sh b/build-images.sh index 901e032..e5c8ab4 100644 --- a/build-images.sh +++ b/build-images.sh @@ -14,7 +14,7 @@ images=() repobase="${REPOBASE:-ghcr.io/geniusdynamics}" # Configure the image name reponame="stirlingpdf" -SPDF_TAG="0.25.0" +SPDF_TAG="0.25.1" # Create a new empty container image container=$(buildah from scratch)