From 9a30b5b139b8a4e40fc3c2860b6bc367decea572 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 21:21:12 +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..2ec2d37 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.4-slim-bookworm AS base ARG APP_GID=10000 ARG APP_UID=16997