From cc9cfcba6d3dfd4852ee42fd39f7973a231a1bbe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 15:00:49 +0000 Subject: [PATCH] Update ubuntu Docker tag to noble-20250910 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0891e3a..fbe6cf6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # The devcontainer should use the developer target and run as root with podman # or docker with user namespaces. -FROM ubuntu:noble-20250805 +FROM ubuntu:noble-20250910 # Add any system dependencies for the developer/build environment here RUN apt-get update && apt-get install -y --no-install-recommends \