Update Dockerfile

This commit is contained in:
2026-06-19 08:59:53 +00:00
parent d5e175e9b9
commit 2773db9e88

View File

@@ -1,5 +1,5 @@
# Deriving the latest base image
FROM python:3.9-slim
FROM python:3.12-slim
# Set working directory
WORKDIR /app