chore(deps): update python docker tag to v3.14

This commit is contained in:
renovate[bot]
2025-12-01 09:39:32 +00:00
committed by GitHub
parent 1036e9f3f3
commit 8585ffd3a1
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM python:3.13
FROM python:3.14
WORKDIR /app
COPY ./requirements.txt .

View File

@@ -1,4 +1,4 @@
FROM python:3.13
FROM python:3.14
ENV UV_COMPILE_BYTECODE=1 UV_LINK_MODE=copy UV_PYTHON_DOWNLOADS=0
WORKDIR /app