update hash
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 1h34m1s Details

This commit is contained in:
Sebastian Hugentobler 2024-04-13 15:44:13 +02:00
parent d108274b9c
commit 2efde6f73d
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ RUN apk add --no-cache \
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