diff --git a/Containerfile b/Containerfile index a3759e2..a521146 100644 --- a/Containerfile +++ b/Containerfile @@ -23,7 +23,7 @@ RUN apt-get update -y \ WORKDIR /bitcoin ARG TARGETPLATFORM -ENV BITCOIN_VERSION=27.1 +ENV BITCOIN_VERSION=28.0 RUN set -ex \ && if [ "${TARGETPLATFORM}" = "linux/amd64" ]; then export TARGETPLATFORM=x86_64-linux-gnu; fi \