1 Commits

Author SHA1 Message Date
renovate[bot]
e40531b2ed chore(deps): update python docker tag to v3.14 2025-12-15 01:37:28 +00:00
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