Updates Python Version and Dependencies
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user