chore(deps): update pdfcpu to v0.11.0

This commit is contained in:
Julien Neuhart
2025-08-15 17:21:10 +02:00
parent e0b5ccb41d
commit b7afa49c9f

View File

@@ -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).