Update to v28
Some checks failed
Build / build (push) Failing after 1m24s

This commit is contained in:
2024-11-11 13:33:21 -05:00
parent f8cf81c6f2
commit 50a0de8fdc
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ RUN groupadd --gid ${GID} bitcoin \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
ARG TARGETPLATFORM
ENV BITCOIN_VERSION=26.2
ENV BITCOIN_VERSION=28.0
ENV BITCOIN_DATA=/home/bitcoin/.bitcoin
ENV PATH=/opt/bitcoin-${BITCOIN_VERSION}/bin:$PATH