fix: upgrade Python 3.9 → 3.11 to fix missing python-dotenv

This commit is contained in:
Alessio Rosi
2026-03-15 02:22:10 -04:00
committed by James Woglom
parent b1f63f8858
commit 82ccaa5a88
+1 -1
View File
@@ -1,4 +1,4 @@
FROM python:3.9-slim as base FROM python:3.11-slim as base
# The following is adapted from: # The following is adapted from:
# https://sourcery.ai/blog/python-docker/ # https://sourcery.ai/blog/python-docker/