Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# - Runs as a non-root user.
# - Sets up the entrypoint and port.

FROM python:3.13.5-slim-bookworm AS base-image
FROM python:3.13.7-slim-bookworm AS base-image

# Update system packages
COPY scripts/install-base-packages.sh .
Expand Down