Try with python 3.7 because Django 1.11 is supported by it

This commit is contained in:
PCoder 2023-05-24 01:42:06 +00:00
parent 449b78c3eb
commit fbeb18070b
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM python:3.10.0-alpine3.15
FROM python:3.7-alpine3.15
WORKDIR /app

View file

@ -1,5 +1,5 @@
Babel==2.3.4
Django==1.9.4
Django==1.11
Django-Select2==4.3.2
Pillow==9.5.0
URLObject==2.4.0