From dbf222dc1d7d7c4b1196bca64131220c84c872b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 06:51:41 +0000 Subject: [PATCH] build: bump python from 3.11 to 3.14 Bumps python from 3.11 to 3.14. --- updated-dependencies: - dependency-name: python dependency-version: '3.14' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile.standard | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.standard b/Dockerfile.standard index a3623a4..ff96337 100644 --- a/Dockerfile.standard +++ b/Dockerfile.standard @@ -8,7 +8,7 @@ # Do NOT use this image in production. # ───────────────────────────────────────────────────────────────────────────── -FROM python:3.11 +FROM python:3.14 WORKDIR /app