Compare commits

...

2 Commits

Author SHA1 Message Date
Sebastian Hugentobler 2efde6f73d update hash
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 1h34m1s Details
2024-04-13 15:44:13 +02:00
Sebastian Hugentobler d108274b9c push to 2.7.2
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 27s Details
2024-04-13 15:41:56 +02:00
1 changed files with 2 additions and 2 deletions

View File

@ -14,9 +14,9 @@ RUN apk add --no-cache \
libffi-dev \
linux-headers
ENV VERSION=v2.6.3
ENV VERSION=v2.7.2
ENV ARCHIVE=paperless-ngx-$VERSION.tar.xz
ENV SHA256_SUM=0c74c7d6ba35b576c47481021322d7f5e8847f89c489eed47f5399588aad6d19
ENV SHA256_SUM=b6508e2f96c9c5c6d9005d0005a30a920f131f2e07dbc8e634b87226f1976f44
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