File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ RUN groupadd --gid ${GID} bitcoin \
1515 && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
1616
1717ARG TARGETPLATFORM
18- ENV BITCOIN_VERSION=24.0. 1
18+ ENV BITCOIN_VERSION=24.1
1919ENV BITCOIN_DATA=/home/bitcoin/.bitcoin
2020ENV PATH=/opt/bitcoin-${BITCOIN_VERSION}/bin:$PATH
2121
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ RUN set -ex \
6363 gpg --batch --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys "$key" ; \
6464 done
6565
66- ENV BITCOIN_VERSION=24.0. 1
66+ ENV BITCOIN_VERSION=24.1
6767ENV BITCOIN_PREFIX=/opt/bitcoin-${BITCOIN_VERSION}
6868
6969RUN wget https://bitcoincore.org/bin/bitcoin-core-${BITCOIN_VERSION}/SHA256SUMS
@@ -120,7 +120,7 @@ RUN apk --no-cache add \
120120 su-exec
121121
122122ENV BITCOIN_DATA=/home/bitcoin/.bitcoin
123- ENV BITCOIN_VERSION=24.0. 1
123+ ENV BITCOIN_VERSION=24.1
124124ENV BITCOIN_PREFIX=/opt/bitcoin-${BITCOIN_VERSION}
125125ENV PATH=${BITCOIN_PREFIX}/bin:$PATH
126126
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ A bitcoin-core docker image with support for the following platforms:
1010
1111## Tags
1212
13- - ` 24.0. 1 ` , ` 24 ` , ` latest ` ([ 24/Dockerfile] ( https://github.com/ruimarinho/docker-bitcoin-core/blob/master/24/Dockerfile ) ) [ ** multi-arch** ]
14- - ` 24.0. 1-alpine ` , ` 24-alpine ` ([ 24/alpine/Dockerfile] ( https://github.com/ruimarinho/docker-bitcoin-core/blob/master/24/alpine/Dockerfile ) )
13+ - ` 24.1 ` , ` 24 ` , ` latest ` ([ 24/Dockerfile] ( https://github.com/ruimarinho/docker-bitcoin-core/blob/master/24/Dockerfile ) ) [ ** multi-arch** ]
14+ - ` 24.1-alpine ` , ` 24-alpine ` ([ 24/alpine/Dockerfile] ( https://github.com/ruimarinho/docker-bitcoin-core/blob/master/24/alpine/Dockerfile ) )
1515
1616- ` 23.0 ` , ` 23 ` ([ 23/Dockerfile] ( https://github.com/ruimarinho/docker-bitcoin-core/blob/master/23/Dockerfile ) ) [ ** multi-arch** ]
1717- ` 23.0-alpine ` , ` 23-alpine ` ([ 23/alpine/Dockerfile] ( https://github.com/ruimarinho/docker-bitcoin-core/blob/master/23/alpine/Dockerfile ) )
You can’t perform that action at this time.
0 commit comments