Updates to libqpdf 11.3.0

This commit is contained in:
Trenton H 2023-03-08 10:37:06 -08:00
parent 952cf11b9e
commit 7c90702ff7
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"qpdf": { "qpdf": {
"version": "11.2.0" "version": "11.3.0"
}, },
"jbig2enc": { "jbig2enc": {
"version": "0.29", "version": "0.29",

View File

@ -180,7 +180,7 @@ RUN set -eux \
RUN set -eux \ RUN set -eux \
&& echo "Getting binaries" \ && echo "Getting binaries" \
&& mkdir paperless-ngx \ && mkdir paperless-ngx \
&& curl --fail --silent --show-error --output paperless-ngx.tar.gz --location https://github.com/paperless-ngx/paperless-ngx/archive/2a18975fe33e7b1c06254a72a2433c914cd49ed1.tar.gz \ && curl --fail --silent --show-error --output paperless-ngx.tar.gz --location https://github.com/paperless-ngx/paperless-ngx/archive/40895f1cdb7702d8cd4b9c3b1d1d7a886018ccd2.tar.gz \
&& tar -xf paperless-ngx.tar.gz --directory paperless-ngx --strip-components=1 \ && tar -xf paperless-ngx.tar.gz --directory paperless-ngx --strip-components=1 \
&& cd paperless-ngx \ && cd paperless-ngx \
# Setting a specific revision ensures we know what this installed # Setting a specific revision ensures we know what this installed