Add 3.14-alpine image

This commit is contained in:
2026-07-08 21:51:25 -03:00
parent f904ea4b06
commit 47c3b57ef4
3 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM python:3.13.2-alpine
FROM python:3.14-alpine
RUN pip install uv
@@ -0,0 +1,5 @@
FROM python:3.13.2-alpine
RUN pip install uv
ENTRYPOINT [ "python3", "-m", "uv", "run", "--no-dev" ]