From 86acc36c66a232d6fa780a1b41459deb67623720 Mon Sep 17 00:00:00 2001 From: Bill Date: Sun, 15 Sep 2024 15:47:58 -0400 Subject: [PATCH] Update to bitcoin v26.2 --- .gitea/workflows/build.yaml | 3 ++- Dockerfile | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 8270ab3..4582884 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -29,5 +29,6 @@ jobs: - name: Build Docker image uses: docker/build-push-action@v6 with: + platforms: linux/amd64 push: true - tags: git.prettyhefty.com/bill/bitcoin-docker:24 \ No newline at end of file + tags: git.prettyhefty.com/${{ gitea.repository_owner }}/${{ gitea.repository }}:26.2 \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index e019a62..e97d6c1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN groupadd --gid ${GID} bitcoin \ && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* ARG TARGETPLATFORM -ENV BITCOIN_VERSION=24.0.1 +ENV BITCOIN_VERSION=26.2 ENV BITCOIN_DATA=/home/bitcoin/.bitcoin ENV PATH=/opt/bitcoin-${BITCOIN_VERSION}/bin:$PATH