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