From febd2d4208a55223707be0fb6dad26090384d244 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 20:13:26 +0000 Subject: [PATCH] Update python Docker tag --- .python-version | 2 +- Dockerfile-api | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.python-version b/.python-version index 24ee5b1..6324d40 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.13 +3.14 diff --git a/Dockerfile-api b/Dockerfile-api index 1ec0b02..dfd3435 100644 --- a/Dockerfile-api +++ b/Dockerfile-api @@ -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.7-slim-bookworm AS base ARG APP_GID=10000 ARG APP_UID=16997