From 2886b3aba0b7b61ea9d074ae4f4c76bcbb0c92a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Le=CC=81o=20Haf?= Date: Thu, 6 Mar 2025 11:05:12 +0100 Subject: [PATCH] update to bitcoin knots 28.1 --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8706f86..2cd2e49 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"