Update Bitcoin Core to v27.1
This commit is contained in:
parent
cfabab2da1
commit
781acd931b
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ RUN apt-get update -y \
|
|||
WORKDIR /bitcoin
|
||||
|
||||
ARG TARGETPLATFORM
|
||||
ENV BITCOIN_VERSION=27.0
|
||||
ENV BITCOIN_VERSION=27.1
|
||||
|
||||
RUN set -ex \
|
||||
&& if [ "${TARGETPLATFORM}" = "linux/amd64" ]; then export TARGETPLATFORM=x86_64-linux-gnu; fi \
|
||||
|
|
Loading…
Reference in a new issue