From e4e68663741834a6f5b34c1a972c8e445e9cb441 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 17:34:01 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.14 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 89304bd..c03d102 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13 +FROM python:3.14 # Install system dependencies, including Git RUN apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/*