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