9 Commits

5 changed files with 5 additions and 5 deletions

View File

@@ -29,7 +29,7 @@ services:
extends:
file: ${TEMPLATES_PATH}
service: default
image: lscr.io/linuxserver/calibre-web:0.6.25
image: lscr.io/linuxserver/calibre-web:0.6.26
container_name: calibre-web
environment:
- DOCKER_MODS=linuxserver/mods:universal-calibre #optional

View File

@@ -32,7 +32,7 @@ services:
file: ${TEMPLATES_PATH}
service: default
container_name: immich_machine_learning
image: ghcr.io/immich-app/immich-machine-learning:v2.5.3
image: ghcr.io/immich-app/immich-machine-learning:v2.5.5
ports:
- 3003:3003
volumes:

View File

@@ -4,7 +4,7 @@ services:
file: ${TEMPLATES_PATH}
service: default
container_name: loki
image: grafana/loki:3.6.4
image: grafana/loki:3.6.5
ports:
- 8094:3100
networks:

View File

@@ -3,7 +3,7 @@ services:
extends:
file: ${TEMPLATES_PATH}
service: default
image: ghcr.io/home-assistant/home-assistant:2026.2.0
image: ghcr.io/home-assistant/home-assistant:2026.2.1
container_name: home-assistant
networks:
- ip4net

View File

@@ -1,5 +1,5 @@
# Start with the official n8n image
FROM n8nio/n8n:2.6.2
FROM n8nio/n8n:2.7.2
# Copy apk and its deps from Alpine 3.23
COPY --from=alpine:3.23 /sbin/apk /sbin/apk