Skip to content
Open
Show file tree
Hide file tree
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 .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.13
3.14
2 changes: 1 addition & 1 deletion Dockerfile-api
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use the official Python image from the Docker Hub
FROM python:3.13.2-slim-bookworm AS base
FROM python:3.14.4-slim-bookworm AS base

ARG APP_GID=10000
ARG APP_UID=16997
Expand Down
Loading