Update databasus/databasus Docker tag to v3.11.1 #112

Merged
chriswin merged 2 commits from renovate/databasus-databasus-3.x into main 2026-02-12 10:36:32 +01:00
5 changed files with 5 additions and 5 deletions
Showing only changes of commit 9721232c73 - Show all commits

View File

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

View File

@@ -4,7 +4,7 @@ services:
file: ${TEMPLATES_PATH} file: ${TEMPLATES_PATH}
service: default service: default
container_name: immich_server 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: environment:
DB_PASSWORD: ${IMMICH_DB_PASSWORD} DB_PASSWORD: ${IMMICH_DB_PASSWORD}
DB_HOSTNAME: postgres-with-pg-vector DB_HOSTNAME: postgres-with-pg-vector

View File

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

View File

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

View File

@@ -1,5 +1,5 @@
# Start with the official n8n image # 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 apk and its deps from Alpine 3.23
COPY --from=alpine:3.23 /sbin/apk /sbin/apk COPY --from=alpine:3.23 /sbin/apk /sbin/apk