From dfa4420e7437be6f9aaf2a4483b14cca0b314ac5 Mon Sep 17 00:00:00 2001 From: Austin Lane Date: Sat, 11 Oct 2025 12:52:05 -0400 Subject: [PATCH] Python 3.14 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index a548f84..a828da6 100644 --- a/Containerfile +++ b/Containerfile @@ -1,5 +1,5 @@ # Base image -FROM python:3.13-trixie AS base +FROM python:3.14-trixie AS base ENV PIP_ROOT_USER_ACTION=ignore ENV DEBIAN_FRONTEND=noninteractive