Skip to content
Snippets Groups Projects
Commit 4798559c authored by Teklia Bot's avatar Teklia Bot Committed by Erwan Rouchet
Browse files

Bump Python requirement Django to 3.2.5

parent d5607bfe
No related branches found
No related tags found
1 merge request!1391Bump Python requirement Django to 3.2.5
......@@ -11,7 +11,7 @@ include:
# For jobs that run backend scripts directly
.backend-setup:
image: registry.gitlab.com/arkindex/backend/base:django-3.2.3
image: registry.gitlab.com/arkindex/backend/base:django-3.2.5
cache:
paths:
......
FROM registry.gitlab.com/arkindex/backend/base:django-3.2.3 as build
FROM registry.gitlab.com/arkindex/backend/base:django-3.2.5 as build
RUN mkdir build
ADD . build
RUN cd build && python3 setup.py sdist
FROM registry.gitlab.com/arkindex/backend/base:django-3.2.3
FROM registry.gitlab.com/arkindex/backend/base:django-3.2.5
ARG PONOS_BRANCH=master
ARG PONOS_ID=10017043
ARG TRANSKRIBUS_BRANCH=master
......
......@@ -56,7 +56,7 @@ RUN python -m nuitka \
arkindex/manage.py
# Start over from a clean setup
FROM registry.gitlab.com/arkindex/backend/base:django-3.2.3 as build
FROM registry.gitlab.com/arkindex/backend/base:django-3.2.5 as build
# Import files from compilation
RUN mkdir /usr/share/arkindex
......
boto3==1.17.105
cryptography==3.4.7
Django==3.2.4
Django==3.2.5
elasticsearch==6.8.1
lxml==4.6.3
psycopg2-binary==2.9.1
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