diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9bf1379ba198f4650842b382986a1beffe0b88fd..22b51944af145a6e2ac01a2169ee9f8af466a545 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,7 +11,7 @@ include:
 
 # For jobs that run backend scripts directly
 .backend-setup:
-  image: registry.gitlab.teklia.com/arkindex/backend/base:django-5.0.7
+  image: registry.gitlab.teklia.com/arkindex/backend/base:django-5.0.8
 
   cache:
     paths:
diff --git a/Dockerfile b/Dockerfile
index 2a30fe2c2de82355ac6bb8e32570e5babb201975..01ec3163d4249441f31c1cabada9f7bc9f1da6ab 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,11 +1,11 @@
 # syntax=docker/dockerfile:1
-FROM registry.gitlab.teklia.com/arkindex/backend/base:django-5.0.7 as build
+FROM registry.gitlab.teklia.com/arkindex/backend/base:django-5.0.8 as build
 
 RUN mkdir build
 ADD . build
 RUN cd build && python3 setup.py sdist
 
-FROM registry.gitlab.teklia.com/arkindex/backend/base:django-5.0.7
+FROM registry.gitlab.teklia.com/arkindex/backend/base:django-5.0.8
 
 # Install arkindex and its deps
 # Uses a source archive instead of full local copy to speedup docker build
diff --git a/base/requirements.txt b/base/requirements.txt
index d13cec1612742a8b4732acb605d8624fb56d0870..3d48b30e397a495b3470c6e592663d6ce13c060f 100644
--- a/base/requirements.txt
+++ b/base/requirements.txt
@@ -1,6 +1,6 @@
 boto3==1.18.13
 cryptography==3.4.7
-Django==5.0.7
+Django==5.0.8
 ed25519==1.5
 lxml==4.9.2
 psycopg2-binary==2.9.1