From 301ae04a3b364f3862cfbc03feb38c0b755bc60c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 08:04:01 +0000 Subject: 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 aeca5eb..27f273d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10 +FROM python:3.14 ENV PYTHONDONTWRITEBYTECODE 1 \ PYTHONUNBUFFERED 1 \ -- cgit v1.2.3