update docker files

This commit is contained in:
cool.gitter.choco
2025-03-18 08:54:35 -06:00
parent 6221110270
commit e4d9352f24
2 changed files with 26 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
# Use an official Python runtime as a parent image
FROM python:3.9-slim
FROM python:3.12-slim
# Set the working directory in the container
WORKDIR /app