Update to Bitcoin Core v26.0

Closes #3
This commit is contained in:
Foster Hangdaan 2023-12-07 20:57:42 -05:00
parent fc47bc97c7
commit ee736f7d99
Signed by: foster
GPG key ID: E48D7F49A852F112

View file

@ -23,7 +23,7 @@ RUN apt-get update -y \
WORKDIR /bitcoin
ARG TARGETPLATFORM
ENV BITCOIN_VERSION=25.1
ENV BITCOIN_VERSION=26.0
RUN set -ex \
&& if [ "${TARGETPLATFORM}" = "linux/amd64" ]; then export TARGETPLATFORM=x86_64-linux-gnu; fi \