From 82ccaa5a8890592c56488143e8e3b974e2f59f7e Mon Sep 17 00:00:00 2001 From: Alessio Rosi Date: Wed, 11 Mar 2026 22:01:35 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20upgrade=20Python=203.9=20=E2=86=92=203.1?= =?UTF-8?q?1=20to=20fix=20missing=20python-dotenv?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 190a6f8..cc92cb6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9-slim as base +FROM python:3.11-slim as base # The following is adapted from: # https://sourcery.ai/blog/python-docker/