From 48b3543bfc60a12220abc11c7c979b28c92e5804 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 04:42:37 +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/*