Skip to content
Snippets Groups Projects
Commit b457609c authored by Erwan Rouchet's avatar Erwan Rouchet
Browse files

Bump to Django 3.1.1

parent c926d546
No related branches found
No related tags found
1 merge request!889Bump to Django 3.1.1
FROM registry.gitlab.com/arkindex/backend/base:django-3.1-lxml as build FROM registry.gitlab.com/arkindex/backend/base:django-3.1.1 as build
RUN mkdir build RUN mkdir build
ADD . build ADD . build
RUN cd build && python3 setup.py sdist RUN cd build && python3 setup.py sdist
FROM registry.gitlab.com/arkindex/backend/base:django-3.1-lxml FROM registry.gitlab.com/arkindex/backend/base:django-3.1.1
ARG COMMON_BRANCH=master ARG COMMON_BRANCH=master
ARG COMMON_ID=9855787 ARG COMMON_ID=9855787
......
...@@ -67,7 +67,7 @@ RUN python -m nuitka \ ...@@ -67,7 +67,7 @@ RUN python -m nuitka \
arkindex/manage.py arkindex/manage.py
# Start over from a clean setup # Start over from a clean setup
FROM registry.gitlab.com/arkindex/backend/base:django-3.1-lxml as build FROM registry.gitlab.com/arkindex/backend/base:django-3.1.1 as build
# Import files from compilation # Import files from compilation
RUN mkdir /usr/share/arkindex RUN mkdir /usr/share/arkindex
......
boto3==1.9 boto3==1.9
cryptography>=2.8 cryptography>=2.8
Django==3.1 Django==3.1.1
elasticsearch==6.2.0 elasticsearch==6.2.0
hiredis==1.0.0 hiredis==1.0.0
ijson==2.3 ijson==2.3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment