From 6bc2e214a532671cad16036940ed38c211e06356 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 08:36:23 +0000 Subject: [PATCH] Update ubuntu Docker tag to v24 --- benchmark/dockerfile_template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/dockerfile_template b/benchmark/dockerfile_template index bf101f4..cbf41c1 100644 --- a/benchmark/dockerfile_template +++ b/benchmark/dockerfile_template @@ -1,4 +1,4 @@ -FROM ubuntu:jammy +FROM ubuntu:noble ARG BUILDDIR=_BUILD_DIR_ ARG PYTHON=_PYTHON_VERSION_ ARG SMORT=_SMORT_DIR_