From 4e9ea6d0c9aab0fd6f1956cfcda723d04bb54323 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 01:43:33 +0000 Subject: [PATCH] Update ubuntu Docker tag to resolute-20260707 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 35ecb52..b471df7 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:resolute-20260413 +FROM ubuntu:resolute-20260707 # Add any system dependencies for the developer/build environment here RUN apt-get update && \