From 3eefe33e647b34515b343ae43f05e404984f3540 Mon Sep 17 00:00:00 2001 From: pebosi Date: Wed, 22 Oct 2025 08:24:47 +0200 Subject: [PATCH] Update pdfcpu version --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index df8237d3..b739af4b 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -11,7 +11,7 @@ ARG GOLANG_VERSION=1.25.0 FROM golang:$GOLANG_VERSION AS pdfcpu-binary-stage # See https://github.com/pdfcpu/pdfcpu/releases. -ARG PDFCPU_VERSION=v0.11.0 +ARG PDFCPU_VERSION=v0.11.1 ENV CGO_ENABLED=0 # Define the working directory outside of $GOPATH (we're using go modules).