Port code to Bullseye

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
Yohann D'ANELLO 2022-03-09 15:50:54 +01:00
parent aec09185fa
commit 7b4f5cc704
Signed by: ynerant
GPG Key ID: 3A75C55819C8CF85
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM python:3-buster
FROM python:3.9-slim-bullseye
ENV PYTHONUNBUFFERED 1

View File

@ -173,3 +173,4 @@ STATIC_URL = '/static/'
ALIAS_VALIDATOR_REGEX = r''
DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'