From: Trenton Holmes <797416+stumpylog@users.noreply.github.com> Date: Thu, 26 Jan 2023 04:00:30 +0000 (-0800) Subject: Adds some basic steps for updating X-Git-Tag: v1.12.2~1^2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fcb7efbd2087154d20fad3e43c918c827c8ac76;p=thirdparty%2Fpaperless-ngx.git Adds some basic steps for updating --- diff --git a/docker-builders/README.md b/docker-builders/README.md index 14e684ccf0..6202719c6d 100644 --- a/docker-builders/README.md +++ b/docker-builders/README.md @@ -12,6 +12,12 @@ JBIG is an image coding which can achieve better compression of images for PDFs. The Docker image builds a shared library file and utility, which is copied into the correct location in the final image. +### Updating + +1. Ensure the given qpdf version is present in [Debian bookworm](https://packages.debian.org/bookworm/qpdf) +2. Update `.build-config.json` to the given version +3. If the Debian specific version has incremented, update `Dockerfile.qpdf` + See Also: - [OCRMyPDF Documentation](https://ocrmypdf.readthedocs.io/en/latest/jbig2.html)