Update python Docker tag to v3.14
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-10-08 01:02:29 +00:00
parent 12cd915196
commit c6f6ac8198

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 install -y pipx
RUN pip install poetry