]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Adds some basic steps for updating
authorTrenton Holmes <797416+stumpylog@users.noreply.github.com>
Thu, 26 Jan 2023 04:00:30 +0000 (20:00 -0800)
committerTrenton H <797416+stumpylog@users.noreply.github.com>
Thu, 26 Jan 2023 23:47:26 +0000 (15:47 -0800)
docker-builders/README.md

index 14e684ccf00837e93d3b03214341fb3848184ff4..6202719c6da650b245841ba14463fb0c5da962c3 100644 (file)
@@ -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)