From ca36cedb9d39c21a792c02d8b71408ff709b9ff8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Nov 2025 04:53:47 +0000 Subject: [PATCH] Update ubuntu Docker tag to noble-20251013 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 724e14a..c6ca3c0 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-20251001 +FROM ubuntu:noble-20251013 # Add any system dependencies for the developer/build environment here RUN apt-get update && \