From b99f6c944a0e94bdfdf2264c6235bba2b4d86d0e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Sat, 28 Oct 2023 15:00:24 +0000 Subject: [PATCH] chore(deps): update ghcr.io/immich-app/immich-server docker tag to v1.83.0 --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 99f4ed9..3b96345 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: immich-server: container_name: immich_server - image: ghcr.io/immich-app/immich-server:v1.82.1@sha256:c6dc1823f99e3b23002088eab26b7675e7c3b4703ab71449d054dd18bbdfb11d + image: ghcr.io/immich-app/immich-server:v1.83.0@sha256:76e78d66ff56ad1e377edfcbec079ae506e8b25b89d075d3a2de2ff2f93b882a command: ["start.sh", "immich"] volumes: - library:/usr/src/app/upload @@ -20,7 +20,7 @@ services: immich-microservices: container_name: immich_microservices - image: ghcr.io/immich-app/immich-server:v1.82.1@sha256:c6dc1823f99e3b23002088eab26b7675e7c3b4703ab71449d054dd18bbdfb11d + image: ghcr.io/immich-app/immich-server:v1.83.0@sha256:76e78d66ff56ad1e377edfcbec079ae506e8b25b89d075d3a2de2ff2f93b882a command: ["start.sh", "microservices"] volumes: - library:/usr/src/app/upload