From 1ccbcef32b369208cc5005ced921a1e0870588a2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 00:10:19 +0000 Subject: [PATCH] Update python Docker tag to v3.14.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 74c0fe2..72efb8c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.14.0-slim +FROM python:3.14.2-slim LABEL maintainer="Julian Nonino " # Environment Variables