mirror of
https://github.com/nikdoof/smsbot.git
synced 2025-12-28 21:19:01 +00:00
chore(deps): update python docker tag
This commit is contained in:
@@ -11,7 +11,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
|
||||
uv sync --locked --no-dev
|
||||
|
||||
|
||||
FROM python:3.9-slim-bookworm
|
||||
FROM python:3.13-slim-bookworm
|
||||
COPY --from=builder --chown=app:app /app /app
|
||||
ENV PATH="/app/.venv/bin:$PATH"
|
||||
EXPOSE 80/tcp
|
||||
|
||||
Reference in New Issue
Block a user