Merge branch 'main' into renovate/databasus-databasus-3.x

This commit is contained in:
2026-02-12 10:36:25 +01:00
5 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ services:
extends:
file: ${TEMPLATES_PATH}
service: default
image: traefik:v3.6.7
image: traefik:v3.6.8
container_name: traefik
ports:
- "80:80"

View File

@@ -4,7 +4,7 @@ services:
file: ${TEMPLATES_PATH}
service: default
container_name: immich_server
image: ghcr.io/immich-app/immich-server:v2.5.5
image: ghcr.io/immich-app/immich-server:v2.5.6
environment:
DB_PASSWORD: ${IMMICH_DB_PASSWORD}
DB_HOSTNAME: postgres-with-pg-vector

View File

@@ -4,7 +4,7 @@ services:
file: ${TEMPLATES_PATH}
service: default
container_name: dozzle
image: amir20/dozzle:v9.0.3
image: amir20/dozzle:v10.0.0
ports:
- 8083:8080
networks:

View File

@@ -3,7 +3,7 @@ services:
extends:
file: ${TEMPLATES_PATH}
service: default
image: ghost:6.17.2-alpine
image: ghost:6.18.0-alpine
container_name: ghost
ports:
- 4016:2368

View File

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