From 77fe9478e16669530ebdba4e1dbeae26edc77aa8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 20:31:51 +0000 Subject: [PATCH] Update ubuntu Docker tag to noble-20260410 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index eddd364..1382cf4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG JENKINS_AGENT_VERSION="3355.v388858a_47b_33-19" -FROM ubuntu:noble-20260324 AS ubuntu +FROM ubuntu:noble-20260410 AS ubuntu SHELL ["/bin/bash", "-euxo", "pipefail", "-c"]