From 87b7d6db2bc30f9db3afc59b17838315625f8ede Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 00:54:11 +0000 Subject: [PATCH] Update ubuntu Docker tag to v26 --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index ada8512..052e876 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:24.04 +FROM ubuntu:26.04 # Prevent interactive prompts during package installation ENV DEBIAN_FRONTEND=noninteractive