Update python Docker tag to v3.14 #6

Merged
allanger merged 1 commits from renovate/python-3.x into main 2025-10-12 16:03:04 +00:00
Showing only changes of commit c6f6ac8198 - Show all commits

View File

@@ -1,4 +1,4 @@
FROM python:3.13 AS builder FROM python:3.14 AS builder
RUN apt-get update -y RUN apt-get update -y
RUN apt-get install -y pipx RUN apt-get install -y pipx
RUN pip install poetry RUN pip install poetry