build: upgrade to Python 3.14 (#636)

Co-authored-by: Jens <1742418+1cu@users.noreply.github.com>
This commit is contained in:
Sebastian Thomschke
2025-10-14 15:56:35 +02:00
committed by GitHub
parent 799ec447af
commit dadd08aedb
7 changed files with 25 additions and 10 deletions

View File

@@ -48,7 +48,7 @@ EOF
######################
# https://hub.docker.com/_/python/tags?name=3-slim
FROM python:3.13-slim AS build-image
FROM python:3.14-slim AS build-image
ARG DEBIAN_FRONTEND=noninteractive
ARG LC_ALL=C