Update pdfcpu version

This commit is contained in:
pebosi
2025-10-22 08:24:47 +02:00
committed by Julien Neuhart
parent c44dc7f0ab
commit 3eefe33e64

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.11.0
ARG PDFCPU_VERSION=v0.11.1
ENV CGO_ENABLED=0
# Define the working directory outside of $GOPATH (we're using go modules).