chore(deps): update pdfcpu to v0.15.0 (#1628)

This commit is contained in:
Julien Neuhart
2026-08-13 20:39:11 +02:00
parent 1ac1d9887e
commit cc1341c3cf
5 changed files with 67 additions and 16 deletions

View File

@@ -11,7 +11,7 @@ ARG GOLANG_VERSION=1.26.5
FROM golang:$GOLANG_VERSION AS pdfcpu-binary-stage
# See https://github.com/pdfcpu/pdfcpu/releases.
ARG PDFCPU_VERSION=v0.13.0
ARG PDFCPU_VERSION=v0.15.0
ENV CGO_ENABLED=0
# Define the working directory outside of $GOPATH (we're using go modules).