diff --git a/Apps/immich-aio-alpine/config.json b/Apps/immich-aio-alpine/config.json index df26cfe5c..9477f5d89 100644 --- a/Apps/immich-aio-alpine/config.json +++ b/Apps/immich-aio-alpine/config.json @@ -1,6 +1,6 @@ { "id": "immich-aio-alpine", - "version": "1.110.0-alpine", + "version": "1.111.0-alpine", "image": "ghcr.io/imagegenius/immich", "youtube": "", "docs_link": "", diff --git a/Apps/immich-aio-alpine/docker-compose.yml b/Apps/immich-aio-alpine/docker-compose.yml index 2e8e6ef89..7ad7a6e92 100644 --- a/Apps/immich-aio-alpine/docker-compose.yml +++ b/Apps/immich-aio-alpine/docker-compose.yml @@ -6,7 +6,7 @@ services: # Main Immich Server service configuration big-bear-immich-aio-alpine: container_name: big-bear-immich-aio-alpine # Name of the running container - image: ghcr.io/imagegenius/immich:1.110.0-alpine # Image to be used + image: ghcr.io/imagegenius/immich:1.111.0-alpine # Image to be used ports: # Mapping ports from the host OS to the container - 2283:8080 volumes: # Mounting directories for persistent data storage