From 820542c720b6d27617b87a0b7c6e2e04001f07b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 21:27:08 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20python=20in=20the=20infrastr?= =?UTF-8?q?ucture=20group?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps the infrastructure group with 1 update: python. Updates `python` from 3.13-slim-trixie to 3.14-slim-trixie --- updated-dependencies: - dependency-name: python dependency-version: 3.14-slim-trixie dependency-type: direct:production dependency-group: infrastructure ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 173435a6..a781f867 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13-slim-trixie AS base +FROM python:3.14-slim-trixie AS base ENV DEBIAN_FRONTEND=noninteractive