diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml
index 4d12fae277..5b0d716140 100644
--- a/docker/docker-compose.yml
+++ b/docker/docker-compose.yml
@@ -2,7 +2,7 @@ version: "3.8"
 
 services:
   immich_server:
-    image: altran1502/immich-server:v1.8.0_12-dev
+    image: altran1502/immich-server:v1.9.0_13-dev
     entrypoint: ["/bin/sh", "./entrypoint.sh"]
     expose:
       - "3000"
@@ -20,7 +20,7 @@ services:
     restart: unless-stopped
 
   immich_microservices:
-    image: altran1502/immich-microservices:v1.8.0_12-dev
+    image: altran1502/immich-microservices:v1.9.0_13-dev
     entrypoint: ["/bin/sh", "./entrypoint.sh"]
     expose:
       - "3001"