Update python Docker tag
All checks were successful
Tests / test (push) Successful in 23s

This commit is contained in:
Renovate Bot 2025-11-11 03:02:31 +00:00
parent 21102f30c7
commit 111cf3f03a
4 changed files with 4 additions and 173 deletions

View file

@ -1,4 +1,4 @@
FROM python:3.13-slim
FROM python:3.14-slim
EXPOSE 8000
WORKDIR /app