From 24d99f6849e24eb4bf5776fc3618c0b9cd84ade2 Mon Sep 17 00:00:00 2001 From: Marco Argentieri <3596602+tiero@users.noreply.github.com> Date: Mon, 13 May 2024 00:26:46 +0200 Subject: [PATCH] Update Dockerfile --- 26.1/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \