Update Bitcoin Core to v26.1

This commit is contained in:
Foster Hangdaan 2024-04-04 11:32:28 -04:00
parent ee736f7d99
commit c4e939e284
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=26.0
ENV BITCOIN_VERSION=26.1
RUN set -ex \
&& if [ "${TARGETPLATFORM}" = "linux/amd64" ]; then export TARGETPLATFORM=x86_64-linux-gnu; fi \