Skip to content

Commit

Permalink
Bump alpine version. and remove hardcoding as per feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
nolim1t authored Dec 29, 2023
1 parent c5795df commit e9d678a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions 26.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ARG VERSION=26.0
ARG ARCH

# Define default versions so that they don't have to be repeated throughout the file
ARG VER_ALPINE=3.18
ARG VER_ALPINE=3.19

# $USER name, and data $DIR to be used in the `final` image
ARG USER=bitcoind
Expand Down Expand Up @@ -60,8 +60,7 @@ ADD https://bitcoincore.org/bin/bitcoin-core-$VERSION/SHA256SUMS.asc ./
ADD https://bitcoincore.org/bin/bitcoin-core-$VERSION/SHA256SUMS ./

# Download source code from same website as github is probably deterministicly built
ADD https://bitcoincore.org/bin/bitcoin-core-26.0/bitcoin-$VERSION.tar.gz ./bitcoin-$VERSION.tar.gz
#ADD https://github.com/bitcoin/bitcoin/archive/refs/tags/v$VERSION.tar.gz ./bitcoin-$VERSION.tar.gz
ADD https://bitcoincore.org/bin/bitcoin-core-$VERSION/bitcoin-$VERSION.tar.gz ./bitcoin-$VERSION.tar.gz

# Verify that hashes are signed with the previously imported key
RUN gpg --verify SHA256SUMS.asc SHA256SUMS
Expand Down

0 comments on commit e9d678a

Please sign in to comment.