From 63c9a3659941bdd657fa2e352b3d07f8ac2399d6 Mon Sep 17 00:00:00 2001 From: Julien Neuhart Date: Fri, 7 Aug 2026 15:40:42 +0200 Subject: [PATCH] chore(deps): update unoconverter to v0.4.0 --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index 1413f383..5bf7a20f 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -88,7 +88,7 @@ RUN apt-get update -qq \ WORKDIR /downloads -RUN curl -Ls https://raw.githubusercontent.com/gotenberg/unoconverter/v0.3.0/unoconv -o unoconverter \ +RUN curl -Ls https://raw.githubusercontent.com/gotenberg/unoconverter/v0.4.0/unoconv -o unoconverter \ && chmod +x unoconverter RUN curl -o pdftk-all.jar "https://gitlab.com/api/v4/projects/5024297/packages/generic/pdftk-java/$PDFTK_VERSION/pdftk-all.jar" \