diff --git a/Dockerfile b/Dockerfile index dc72ef9..f2be1f2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM cryptodockerhub/coin-base:latest LABEL maintainer="Mahsum UREBE " LABEL description="Bitcoin Core Docker Image" -ENV COIN_VERSION="23.0" +ENV COIN_VERSION="26.0" ENV TARBALL_NAME="bitcoin-${COIN_VERSION}" ENV BINARY_URL="https://bitcoincore.org/bin/bitcoin-core-${COIN_VERSION}/${TARBALL_NAME}-x86_64-linux-gnu.tar.gz" ENV COIN_TMP="/var/tmp/"