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