From b800bf5866ded05aadfe544e223057fb0d1befda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 16:55:36 +0000 Subject: [PATCH] Bump python from 3.12-slim to 3.14-slim Bumps python from 3.12-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 45b1f81..25f86d2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ # - AI coding tools (Claude Code, OpenAI Codex, etc.) # - Common development utilities -FROM python:3.12-slim +FROM python:3.14-slim # Set working directory # All commands will run in this directory by default