1 Commits

Author SHA1 Message Date
renovate_bot d6cc1c23e5 Update ghcr.io/immich-app/postgres Docker tag to v17 2026-04-21 00:06:36 +00:00
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ services:
extends: extends:
file: ${TEMPLATES_PATH} file: ${TEMPLATES_PATH}
service: default service: default
image: databasus/databasus:v3.32.2 image: databasus/databasus:v3.32.1
container_name: databasus container_name: databasus
ports: ports:
- 8086:4005 - 8086:4005
+1 -1
View File
@@ -51,7 +51,7 @@ services:
file: ${TEMPLATES_PATH} file: ${TEMPLATES_PATH}
service: default service: default
container_name: postgres-vectorchord container_name: postgres-vectorchord
image: ghcr.io/immich-app/postgres:16-vectorchord0.3.0-pgvectors0.3.0 image: ghcr.io/immich-app/postgres:17-vectorchord0.3.0-pgvectors0.3.0
ports: ports:
- 5434:5432 - 5434:5432
networks: networks:
+1 -1
View File
@@ -3,7 +3,7 @@ services:
extends: extends:
file: ${TEMPLATES_PATH} file: ${TEMPLATES_PATH}
service: default service: default
image: slskd/slskd:0.25.1 image: slskd/slskd:0.25.0
container_name: slskd container_name: slskd
user: ${PUID}:${PGID} user: ${PUID}:${PGID}
ports: ports:
+1 -1
View File
@@ -1,5 +1,5 @@
# Start with the official n8n image # Start with the official n8n image
FROM n8nio/n8n:2.17.3 FROM n8nio/n8n:2.17.2
# 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