From d477df4c34b8ddaaea1db8f7e48298542b1afa06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 00:14:27 +0000 Subject: [PATCH] docker(deps): bump ubuntu from 24.04 to 26.04 Bumps ubuntu from 24.04 to 26.04. --- updated-dependencies: - dependency-name: ubuntu dependency-version: '26.04' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile.cpu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.cpu b/Dockerfile.cpu index 61cd29d3..ac10f504 100644 --- a/Dockerfile.cpu +++ b/Dockerfile.cpu @@ -49,7 +49,7 @@ RUN mkdir -p /app/static/ui/swagger \ /app/static/ui/swagger/ # Stage 2: Python application (CPU-only base; no NVIDIA runtime layer) -FROM ubuntu:24.04 +FROM ubuntu:26.04 # Install Python 3.11 from deadsnakes PPA and system dependencies # Ubuntu 24.04 ships Python 3.12; we use deadsnakes to keep Python 3.11