From b7afa49c9fc21760b60792bc8b34d7aafbcdc7c0 Mon Sep 17 00:00:00 2001 From: Julien Neuhart Date: Fri, 15 Aug 2025 17:21:10 +0200 Subject: [PATCH] chore(deps): update pdfcpu to v0.11.0 --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index 3dadc80f..69dcb081 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.8.1 +ARG PDFCPU_VERSION=v0.11.0 ENV CGO_ENABLED=0 # Define the working directory outside of $GOPATH (we're using go modules).