Set version to 24.2
Some checks failed
Build / build (push) Failing after 1m27s

This commit is contained in:
2024-09-15 18:19:34 -04:00
parent f8cf81c6f2
commit 3382ee4976
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=24.2
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=24.2
ENV BITCOIN_DATA=/home/bitcoin/.bitcoin
ENV PATH=/opt/bitcoin-${BITCOIN_VERSION}/bin:$PATH