From 2949429354ed214585fbe26eaab15b03615a930b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 22 Apr 2026 02:03:29 +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 2c07333..6324d40 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.11 +3.14 diff --git a/dockerfile b/dockerfile index 9d885b8..fe97b8a 100644 --- a/dockerfile +++ b/dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-slim +FROM python:3.14-slim RUN apt-get update && apt-get install -y curl build-essential \ && curl -fsSL https://deb.nodesource.com/setup_20.x | bash - \