From cda80bf0d6cf7106ee0d471335d888906e9981e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 02:00:00 +0000 Subject: [PATCH] chore(deps): bump library/ubuntu from 24.04 to 26.04 in /pods Bumps library/ubuntu from 24.04 to 26.04. --- updated-dependencies: - dependency-name: library/ubuntu dependency-version: '26.04' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pods/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pods/Containerfile b/pods/Containerfile index e679998..bc547c8 100644 --- a/pods/Containerfile +++ b/pods/Containerfile @@ -11,7 +11,7 @@ # BYO key: nothing here carries credentials. A member exports their own # ANTHROPIC_API_KEY / OPENAI_API_KEY (or runs the tools' login flow); the keys # live in their persisted home, never in the image. -FROM docker.io/library/ubuntu:24.04 +FROM docker.io/library/ubuntu:26.04 ENV DEBIAN_FRONTEND=noninteractive