Skip to content

Commit

Permalink
Bumps revision
Browse files Browse the repository at this point in the history
  • Loading branch information
stumpylog committed Jan 26, 2023
1 parent d620e9b commit 9d5bd35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ RUN set -eux \
&& cd paperless-ngx \
# Setting a specific revision ensures we know what this installed
# and ensures cache breaking on changes
&& git checkout a32cc4811f96a8e5bd828087cf8523e476380504 \
&& git checkout 41d6e7e407af09a0882736d50c89b6e015997bff \
&& echo "Installing jbig2enc" \
&& cp ./jbig2enc/${JBIG2ENC_VERSION}/${TARGETARCH}${TARGETVARIANT}/jbig2 /usr/local/bin/ \
&& cp ./jbig2enc/${JBIG2ENC_VERSION}/${TARGETARCH}${TARGETVARIANT}/libjbig2enc* /usr/local/lib/ \
Expand Down

0 comments on commit 9d5bd35

Please sign in to comment.