From 34c55f171d88af6ef44b9075139267e9d467717a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Sat, 18 Nov 2023 03:30:21 +0000 Subject: [PATCH] chore(deps): update immich to v1.87.0 --- docker-compose.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 2f61547..eef74ab 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.86.0@sha256:0fe2508c706a580871564115c7e5e58ecf8972d415b1bf90537fd7c83e47e227 + image: ghcr.io/immich-app/immich-server:v1.87.0@sha256:f260c047e105a8851ee35057a234f5d98ea7e188fa2e666e6cc280d100a8a772 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.86.0@sha256:0fe2508c706a580871564115c7e5e58ecf8972d415b1bf90537fd7c83e47e227 + image: ghcr.io/immich-app/immich-server:v1.87.0@sha256:f260c047e105a8851ee35057a234f5d98ea7e188fa2e666e6cc280d100a8a772 command: ["start.sh", "microservices"] volumes: - library:/usr/src/app/upload @@ -37,7 +37,7 @@ services: immich-machine-learning: container_name: immich_machine_learning - image: ghcr.io/immich-app/immich-machine-learning:v1.86.0@sha256:09f8c46395051b0f3e72fe1e53674ddb6a00ed90a3eb2e3087be7bced18bf336 + image: ghcr.io/immich-app/immich-machine-learning:v1.87.0@sha256:9413adc9a2b9a761031b77ce1bfb479aaef3dc46ec57990c5b5646a9e7f853d5 volumes: - model-cache:/cache env_file: @@ -48,7 +48,7 @@ services: immich-web: container_name: immich_web - image: ghcr.io/immich-app/immich-web:v1.86.0@sha256:817235ae94af3abdba10d900d14f06650fd47c502b67f898575ce26c81fba7f9 + image: ghcr.io/immich-app/immich-web:v1.87.0@sha256:2bef28adbcc60a2ee5dee8cafe109e3d5c6b7bca88d90acdd3eec376200a6d6e env_file: - stack.env restart: always @@ -93,7 +93,7 @@ services: immich-proxy: container_name: immich_proxy - image: ghcr.io/immich-app/immich-proxy:v1.86.0@sha256:ead4d6946319c9e93498835f1d7dcb3ed2935dd64b199e7c7d710b2a9fa63638 + image: ghcr.io/immich-app/immich-proxy:v1.87.0@sha256:9b60f2a6c9492306d4a2d182ac9274de6d9df6e6680ca7d55c8fd8348adcdaa6 environment: # Make sure these values get passed through from the env file - IMMICH_SERVER_URL