Compare commits

..

No commits in common. "main" and "2.6.3" have entirely different histories.
main ... 2.6.3

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