From a93ba0a3d7a6f90ad709f4d3e69034645320ae7a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 03:49:34 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.14 --- .python-version | 2 +- Dockerfile | 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 b/Dockerfile index f76f943..91278e6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # check=error=true # Install uv -FROM python:3.13-slim AS builder +FROM python:3.14-slim AS builder # Install curl for health checks RUN apt-get update && apt-get install -y curl