From 9eab58be0ae166a41a3989b50198b43bd7100d01 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 19:05:47 +0000 Subject: [PATCH] Update python Docker tag to v3.12 --- genmon/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/genmon/Dockerfile b/genmon/Dockerfile index 8f218fa..c445278 100644 --- a/genmon/Dockerfile +++ b/genmon/Dockerfile @@ -1,5 +1,5 @@ # Use a specific tag for a stable and predictable base image. -FROM python:3.8-slim +FROM python:3.12-slim # Base image python:3.8-slim is chosen for its minimal size while still providing Python 3.8. # Set non-interactive mode and define timezone to avoid unnecessary prompts during build.