1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-12-14 20:45:16 +01:00

Test downgrade to Python 3.12

This commit is contained in:
Maxime JUST
2025-12-08 12:06:40 +01:00
parent a8a22cd710
commit 20ddfda372

View File

@@ -1,4 +1,4 @@
FROM python:3.13-alpine
FROM python:3.12-alpine
ENV PYTHONUNBUFFERED 1
ENV DJANGO_ALLOW_ASYNC_UNSAFE 1