mirror of
https://github.com/nikdoof/ohayodash.git
synced 2025-12-11 09:02:18 +00:00
Update python Docker tag to v3.14
This commit is contained in:
@@ -1 +1 @@
|
||||
3.13
|
||||
3.14
|
||||
|
||||
@@ -11,7 +11,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
|
||||
uv sync --locked --no-dev
|
||||
|
||||
|
||||
FROM python:3.13-slim-bookworm
|
||||
FROM python:3.14-slim-bookworm
|
||||
COPY --from=builder --chown=app:app /app /app
|
||||
ENV PATH="/app/.venv/bin:$PATH"
|
||||
EXPOSE 8000/tcp
|
||||
|
||||
Reference in New Issue
Block a user