From c6f6ac8198befc7d1938fd685954ffc4fed0e3a5 Mon Sep 17 00:00:00 2001 From: Devops Bot Date: Wed, 8 Oct 2025 01:02:29 +0000 Subject: [PATCH] Update python Docker tag to v3.14 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index e4d8238..962380a 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM python:3.13 AS builder +FROM python:3.14 AS builder RUN apt-get update -y RUN apt-get install -y pipx RUN pip install poetry -- 2.49.1