From 6acdbb09d99345ab91b455bbf17a8117024cf960 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 17:10:56 +0000 Subject: [PATCH] Bump python from 3.10-slim to 3.14-slim Bumps python from 3.10-slim to 3.14-slim. --- updated-dependencies: - dependency-name: python dependency-version: 3.14-slim dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8fc8ce0c..08fc0029 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ COPY src/frontend/ ./ RUN npm run build # Use python-slim as the base image -FROM python:3.10-slim AS base +FROM python:3.14-slim AS base # Add build argument for version ARG BUILD_VERSION