Updates Python Version and Dependencies

This commit is contained in:
2024-04-02 02:30:57 -03:00
parent bba133300a
commit c1fe79b4ac
3 changed files with 420 additions and 428 deletions

View File

@@ -1,5 +1,5 @@
# `python-base` sets up all our shared environment variables
FROM python:3.10-slim as python-base
FROM python:3.12-slim as python-base
# python
ENV PYTHONUNBUFFERED=1 \