Try with python 3.7 because Django 1.11 is supported by it
This commit is contained in:
parent
449b78c3eb
commit
fbeb18070b
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.10.0-alpine3.15
|
||||
FROM python:3.7-alpine3.15
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue