From 5b87865bcd6facdd8775435b55d9adde92a3e961 Mon Sep 17 00:00:00 2001 From: Martin Bhuong Date: Mon, 8 Jan 2024 07:37:21 +0300 Subject: [PATCH] Update build-images.sh 2.3.2 fixed workflow bugs --- build-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-images.sh b/build-images.sh index 891cf77..b194cb4 100644 --- a/build-images.sh +++ b/build-images.sh @@ -14,7 +14,7 @@ images=() repobase="${REPOBASE:-ghcr.io/compgeniuses}" # Configure the image name reponame="paperlessngx" -paperless_version="2.3.1" +paperless_version="2.3.2" # Create a new empty container image container=$(buildah from scratch)