From db641c79bbe7272134f881287413fdcf635b6681 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 19:01:26 -0700 Subject: [PATCH] chore(deps): bump library/ubuntu from 24.04 to 26.04 in /pods (#94) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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