From 2773db9e889a44d969c49cc47e51f7800d93c85e Mon Sep 17 00:00:00 2001 From: Corrado Mulas Date: Fri, 19 Jun 2026 08:59:53 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b7f6c7b..07b2e5e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Deriving the latest base image -FROM python:3.9-slim +FROM python:3.12-slim # Set working directory WORKDIR /app