Compare commits

..

No commits in common. "2efde6f73df15786b3f4f78fddef6122ce12f7eb" and "0320b0c85a50abf6550bba0696e4c16fecbdcad3" have entirely different histories.

View File

@ -14,9 +14,9 @@ RUN apk add --no-cache \
libffi-dev \
linux-headers
ENV VERSION=v2.7.2
ENV VERSION=v2.6.3
ENV ARCHIVE=paperless-ngx-$VERSION.tar.xz
ENV SHA256_SUM=b6508e2f96c9c5c6d9005d0005a30a920f131f2e07dbc8e634b87226f1976f44
ENV SHA256_SUM=0c74c7d6ba35b576c47481021322d7f5e8847f89c489eed47f5399588aad6d19
RUN wget https://github.com/paperless-ngx/paperless-ngx/releases/download/$VERSION/$ARCHIVE
RUN echo "$SHA256_SUM $ARCHIVE" | sha256sum -c - || exit 1
RUN mkdir -p /install