From 6845630733dad72eb88d32577d622a266bd7bb39 Mon Sep 17 00:00:00 2001 From: Gerrit91 Date: Thu, 22 Feb 2024 12:36:40 +0100 Subject: [PATCH] Update to Python 3.12 base image. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index de5a9a0..86e23ed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11-slim +FROM python:3.12-slim ENV VERSION_CT=0.9.0 \ VERSION_HELM=3.12.3 \