Skip to content
Snippets Groups Projects
Commit f009bef6 authored by Bastien Abadie's avatar Bastien Abadie
Browse files

Merge branch 'bump-Django' into 'master'

Bump to Django 4.0.2

See merge request !1607
parents 7c4135cf 39ef665e
No related branches found
No related tags found
1 merge request!1607Bump to Django 4.0.2
......@@ -11,7 +11,7 @@ include:
# For jobs that run backend scripts directly
.backend-setup:
image: registry.gitlab.com/arkindex/backend/base:django-4
image: registry.gitlab.com/arkindex/backend/base:django-4.0.2
cache:
paths:
......
FROM registry.gitlab.com/arkindex/backend/base:django-4 as build
FROM registry.gitlab.com/arkindex/backend/base:django-4.0.2 as build
RUN mkdir build
ADD . build
RUN cd build && python3 setup.py sdist
FROM registry.gitlab.com/arkindex/backend/base:django-4
FROM registry.gitlab.com/arkindex/backend/base:django-4.0.2
ARG PONOS_BRANCH=master
ARG PONOS_ID=10017043
ARG TRANSKRIBUS_BRANCH=master
......
......@@ -61,7 +61,7 @@ RUN python -m nuitka \
arkindex/manage.py
# Start over from a clean setup
FROM registry.gitlab.com/arkindex/backend/base:django-4 as build
FROM registry.gitlab.com/arkindex/backend/base:django-4.0.2 as build
# Import files from compilation
RUN mkdir /usr/share/arkindex
......
boto3==1.18.13
cryptography==3.4.7
Django==4.0.1
Django==4.0.2
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