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

Bump to Django 5.0

parent 74a10e20
No related branches found
No related tags found
1 merge request!2356Bump to Django 5.0
......@@ -11,7 +11,7 @@ include:
# For jobs that run backend scripts directly
.backend-setup:
image: registry.gitlab.teklia.com/arkindex/backend/base:django-4.2
image: registry.gitlab.teklia.com/arkindex/backend/base:django-5.0
cache:
paths:
......
# syntax=docker/dockerfile:1
FROM registry.gitlab.teklia.com/arkindex/backend/base:django-4.2 as build
FROM registry.gitlab.teklia.com/arkindex/backend/base:django-5.0 as build
RUN mkdir build
ADD . build
RUN cd build && python3 setup.py sdist
FROM registry.gitlab.teklia.com/arkindex/backend/base:django-4.2
FROM registry.gitlab.teklia.com/arkindex/backend/base:django-5.0
# Install arkindex and its deps
# Uses a source archive instead of full local copy to speedup docker build
......
from datetime import datetime
from datetime import datetime, timezone
from unittest.mock import call, patch
from django.urls import reverse
from django.utils import timezone
from rest_framework import status
from arkindex.process.models import (
......
boto3==1.18.13
cryptography==3.4.7
Django==4.2.13
Django==5.0.6
ed25519==1.5
lxml==4.9.2
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