From aad827619779430781ef9b76a0e3ba890d5c8531 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 28 Jun 2026 00:57:22 +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 a86d4ef..d7091e3 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 --no-install-recommends \ ca-certificates curl \