From ab4dad50a9f0a5b5458079a0bdc29c46bda5ea3e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 05:43:00 +0000 Subject: [PATCH] Update ubuntu Docker tag to v26 [base] --- base/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base/Dockerfile b/base/Dockerfile index bcfdec39a..010e2acbd 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -1,5 +1,5 @@ # Ubuntu 24.04 -FROM ubuntu:noble-20260410 AS noble +FROM ubuntu:26.04 AS noble SHELL ["/bin/bash", "-c"] @@ -33,7 +33,7 @@ RUN chmod +x /usr/local/bin/generate-ci-config && \ ENTRYPOINT ["/usr/bin/sleep","1000"] # Ubuntu 22.04 -FROM ubuntu:jammy-20260410 AS jammy +FROM ubuntu:26.04 AS jammy SHELL ["/bin/bash", "-c"]