1 Commits
v26 ... master

Author SHA1 Message Date
50a0de8fdc Update to v28
Some checks failed
Build / build (push) Failing after 1m24s
2024-11-11 13:33:21 -05:00
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ jobs:
- name: Prepare Meta
id: prepare
run: |
BITCOIN_VERSION=26.2
BITCOIN_VERSION=28.0
PLATFORM="linux/amd64"
REPO=${{ gitea.repository }}

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