From 498dd7c9b910f7e1deebc7943e7f85a69f3d37a2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 01:49:54 +0000 Subject: [PATCH] Update ubuntu Docker tag to noble-20260730.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 63969a7..5c59857 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-20260610 +FROM ubuntu:noble-20260730.1 # Add any system dependencies for the developer/build environment here RUN apt-get update && \