Default to Python 3.11 in the Dockerfile

v2
Thomas Sileo 2022-12-24 09:50:51 +01:00
rodzic 24147aedef
commit 17921c1097
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1,4 +1,4 @@
FROM python:3.10-slim as python-base
FROM python:3.11-slim as python-base
ENV PYTHONUNBUFFERED=1 \
PYTHONDONTWRITEBYTECODE=1 \
POETRY_HOME="/opt/poetry" \