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

Bump to Django 4.0.2

parent 7c4135cf
No related branches found
No related tags found
1 merge request!1607Bump to Django 4.0.2
...@@ -11,7 +11,7 @@ include: ...@@ -11,7 +11,7 @@ include:
# For jobs that run backend scripts directly # For jobs that run backend scripts directly
.backend-setup: .backend-setup:
image: registry.gitlab.com/arkindex/backend/base:django-4 image: registry.gitlab.com/arkindex/backend/base:django-4.0.2
cache: cache:
paths: 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 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-4 FROM registry.gitlab.com/arkindex/backend/base:django-4.0.2
ARG PONOS_BRANCH=master ARG PONOS_BRANCH=master
ARG PONOS_ID=10017043 ARG PONOS_ID=10017043
ARG TRANSKRIBUS_BRANCH=master ARG TRANSKRIBUS_BRANCH=master
......
...@@ -61,7 +61,7 @@ RUN python -m nuitka \ ...@@ -61,7 +61,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-4 as build FROM registry.gitlab.com/arkindex/backend/base:django-4.0.2 as build
# Import files from compilation # Import files from compilation
RUN mkdir /usr/share/arkindex RUN mkdir /usr/share/arkindex
......
boto3==1.18.13 boto3==1.18.13
cryptography==3.4.7 cryptography==3.4.7
Django==4.0.1 Django==4.0.2
lxml==4.6.3 lxml==4.6.3
psycopg2-binary==2.9.1 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