From 2c84ee74354694d52ad775a0ca79df9bdacac86b Mon Sep 17 00:00:00 2001 From: "stephane.david" Date: Sun, 19 Jul 2026 21:38:31 +0200 Subject: [PATCH] Add module PyMuPDF for PDF handling and set version to 0.0.5 --- imagebuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imagebuild.sh b/imagebuild.sh index 7d5a891..cb0c9a6 100644 --- a/imagebuild.sh +++ b/imagebuild.sh @@ -1,4 +1,4 @@ -export VERSION=0.0.4 +export VERSION=0.0.5 docker build -t n8n-runners-custom:"$VERSION" . docker login gitea.sda.zone docker tag n8n-runners-custom:"$VERSION" gitea.sda.zone/stephane.david/n8n-runners-custom:"$VERSION"