mirror of
https://github.com/Retropex/docker-bitcoind-prebuilt.git
synced 2025-05-12 11:10:47 +02:00
update to bitcoin knots 28.1
This commit is contained in:
parent
2dd77fa56e
commit
2886b3aba0
@ -20,9 +20,9 @@ RUN echo "Deriving tarball name from \$TARGETPLATFORM" && \
|
|||||||
echo "Tarball name: $(cat /tarball-name)"
|
echo "Tarball name: $(cat /tarball-name)"
|
||||||
|
|
||||||
RUN echo "Downloading release assets"
|
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/28.x/28.1.knots20250305/$(cat /tarball-name)
|
||||||
RUN wget https://bitcoinknots.org/files/27.x/27.1.knots20240801/SHA256SUMS.asc
|
RUN wget https://bitcoinknots.org/files/28.x/28.1.knots20250305/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/SHA256SUMS
|
||||||
RUN echo "Downloaded release assets:" && ls
|
RUN echo "Downloaded release assets:" && ls
|
||||||
|
|
||||||
RUN echo "Verifying PGP signatures"
|
RUN echo "Verifying PGP signatures"
|
||||||
|
Loading…
Reference in New Issue
Block a user