From fdb2bd3a6ceab8d1c3edcd6c8dec269268afb91f Mon Sep 17 00:00:00 2001 From: Tom Eichlersmith <31970302+tomeichlersmith@users.noreply.github.com> Date: Fri, 27 Jun 2025 09:21:54 -0500 Subject: [PATCH] bump ROOT to latest patch just seeing if the build works automatically --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0358281..ea1b769 100644 --- a/Dockerfile +++ b/Dockerfile @@ -141,7 +141,7 @@ RUN install-ubuntu-packages \ srm-ifce-dev \ libgsl-dev -ENV ROOT_VERSION="6.34.04" +ENV ROOT_VERSION="6.34.10" LABEL root.version=${ROOT_VERSION} RUN mkdir src &&\ ${__wget} https://root.cern/download/root_v${ROOT_VERSION}.source.tar.gz |\