update to bitcoin knots 28.1

This commit is contained in:
Léo Haf 2025-03-06 11:05:12 +01:00
parent 2dd77fa56e
commit 2886b3aba0
Signed by: Retropex
GPG Key ID: 0E37EBAB8574F005

View File

@ -20,9 +20,9 @@ RUN echo "Deriving tarball name from \$TARGETPLATFORM" && \
echo "Tarball name: $(cat /tarball-name)"
RUN echo "Downloading release assets"
RUN wget https://bitcoinknots.org/files/27.x/27.1.knots20240801/$(cat /tarball-name)
RUN wget https://bitcoinknots.org/files/27.x/27.1.knots20240801/SHA256SUMS.asc
RUN wget https://bitcoinknots.org/files/27.x/27.1.knots20240801/SHA256SUMS
RUN wget https://bitcoinknots.org/files/28.x/28.1.knots20250305/$(cat /tarball-name)
RUN wget https://bitcoinknots.org/files/28.x/28.1.knots20250305/SHA256SUMS.asc
RUN wget https://bitcoinknots.org/files/28.x/28.1.knots20250305/SHA256SUMS
RUN echo "Downloaded release assets:" && ls
RUN echo "Verifying PGP signatures"