Skip to content
Snippets Groups Projects
Verified Commit 855b1bf5 authored by Teklia Bot's avatar Teklia Bot Committed by Erwan Rouchet
Browse files

Bump Python requirement Django to 4.1.6

parent a07f4204
No related branches found
No related tags found
1 merge request!1905Bump Python requirement Django to 4.1.6
......@@ -11,7 +11,7 @@ include:
# For jobs that run backend scripts directly
.backend-setup:
image: registry.gitlab.com/teklia/arkindex/backend/base:django-4.1.5
image: registry.gitlab.com/teklia/arkindex/backend/base:django-4.1.6
cache:
paths:
......
FROM registry.gitlab.com/teklia/arkindex/backend/base:django-4.1.5 as build
FROM registry.gitlab.com/teklia/arkindex/backend/base:django-4.1.6 as build
RUN mkdir build
ADD . build
RUN cd build && python3 setup.py sdist
FROM registry.gitlab.com/teklia/arkindex/backend/base:django-4.1.5
FROM registry.gitlab.com/teklia/arkindex/backend/base:django-4.1.6
ARG TRANSKRIBUS_BRANCH=master
ARG TRANSKRIBUS_ID=11180199
ARG GITLAB_TOKEN="gaFM7LRa9zy9QMowcUhx"
......
......@@ -50,7 +50,7 @@ RUN python -m nuitka \
arkindex/manage.py
# Start over from a clean setup
FROM registry.gitlab.com/teklia/arkindex/backend/base:django-4.1.5 as build
FROM registry.gitlab.com/teklia/arkindex/backend/base:django-4.1.6 as build
# Import files from compilation
RUN mkdir /usr/share/arkindex
......
boto3==1.18.13
cryptography==3.4.7
Django==4.1.5
Django==4.1.6
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