update all dependencies to match current

This commit is contained in:
Stan
2026-07-15 17:17:41 +02:00
parent a699578c34
commit 5597d7ccd8
5 changed files with 863 additions and 819 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# Sets the python version
FROM python:3.9-slim-bookworm
FROM python:3.12-slim-bookworm
# Allows the logs generated by python apps to be rendered in the terminal
ENV PYTHONUNBUFFERED 1