From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Thu, 15 Jun 2023 22:43:50 +0000 (-0700) Subject: Updates to a build of Pillow which builds against libtiff6 instead of expecting libtiff5 X-Git-Tag: v1.16.1~1^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed129d60747efb527e800f9d55a252529388c602;p=thirdparty%2Fpaperless-ngx.git Updates to a build of Pillow which builds against libtiff6 instead of expecting libtiff5 --- diff --git a/Dockerfile b/Dockerfile index f96feb8049..288593049d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -183,7 +183,7 @@ ARG PSYCOPG2_VERSION=2.9.6 RUN set -eux \ && echo "Getting binaries" \ && mkdir paperless-ngx \ - && curl --fail --silent --show-error --output paperless-ngx.tar.gz --location https://github.com/paperless-ngx/builder/archive/1f0e6665ba1b144f70fd6dfc8d0e8ba3b7a578ee.tar.gz \ + && curl --fail --silent --show-error --output paperless-ngx.tar.gz --location https://github.com/paperless-ngx/builder/archive/58bb061b9b3b63009852d6d875f9a305d9ae6ac9.tar.gz \ && tar -xf paperless-ngx.tar.gz --directory paperless-ngx --strip-components=1 \ && cd paperless-ngx \ # Setting a specific revision ensures we know what this installed