chore(deps): update python docker tag to v3.14

This commit is contained in:
Renovate Bot 2026-04-22 02:03:29 +00:00
commit 2949429354
2 changed files with 2 additions and 2 deletions

View file

@ -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 - \