diff --git a/26.1/Dockerfile b/26.1/Dockerfile index 62e358a..4ef40b5 100644 --- a/26.1/Dockerfile +++ b/26.1/Dockerfile @@ -1,7 +1,7 @@ FROM debian:stable-slim as builder # VERSION of BItcoin Core to be build -ARG VERSION=25.1 +ARG VERSION=26.1 RUN apt-get update && apt-get install -y \ build-essential \