Skip to content

Commit

Permalink
chore(deps): update immich to v1.119.1 (#127)
Browse files Browse the repository at this point in the history
ghcr.io/immich-app/immich-server v1.119.0 → v1.119.1
ghcr.io/immich-app/immich-machine-learning v1.119.0 → v1.119.1
  • Loading branch information
renovate[bot] authored Oct 29, 2024
1 parent ca63f2f commit d59f6af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions immich/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: immich
services:
server:
container_name: immich_server
image: ghcr.io/immich-app/immich-server:v1.119.0@sha256:feaffb8df011dd3480688e82bb75e499aec3531a93116f54db902061f2170942
image: ghcr.io/immich-app/immich-server:v1.119.1@sha256:1c3e5b355ec1eb7b16478cd26347c2fe7aaac0db5af5b0c9eb0b6883836f8370
environment:
UPLOAD_LOCATION: ./library
IMMICH_CONFIG_FILE: /config/immich.json
Expand All @@ -27,7 +27,7 @@ services:

machine-learning:
container_name: immich_machine-learning
image: ghcr.io/immich-app/immich-machine-learning:v1.119.0@sha256:a1aa488f45a16a337f7b387e076a5a055a03730dc7af6bb5b51d1ab605b64f6e
image: ghcr.io/immich-app/immich-machine-learning:v1.119.1@sha256:21652fbeebe8e07f36e202f53ce42460c93b40f3bf08e1e113559761191149da
volumes:
- model-cache:/cache
restart: always
Expand Down

0 comments on commit d59f6af

Please sign in to comment.