From 34d2a588fd5a72fe12635b8dd9cc81edc5d710e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 01:58:45 +0000 Subject: [PATCH] Update ubuntu Docker tag to v26 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index eddd364..8c95deb 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:26.04 AS ubuntu SHELL ["/bin/bash", "-euxo", "pipefail", "-c"]