Update Bitcoin Core to v27.0

This commit is contained in:
Foster Hangdaan 2024-04-18 10:45:25 -04:00
parent c4e939e284
commit cfabab2da1
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.1
ENV BITCOIN_VERSION=27.0
RUN set -ex \
&& if [ "${TARGETPLATFORM}" = "linux/amd64" ]; then export TARGETPLATFORM=x86_64-linux-gnu; fi \