5 Commits

3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ services:
extends: extends:
file: ${TEMPLATES_PATH} file: ${TEMPLATES_PATH}
service: default service: default
image: ghcr.io/gethomepage/homepage:v1.12.0 image: ghcr.io/gethomepage/homepage:v1.12.1
container_name: homepage container_name: homepage
ports: ports:
- 3030:3000 - 3030:3000
+1 -1
View File
@@ -32,7 +32,7 @@ services:
file: ${TEMPLATES_PATH} file: ${TEMPLATES_PATH}
service: default service: default
container_name: immich_machine_learning container_name: immich_machine_learning
image: ghcr.io/immich-app/immich-machine-learning:v2.6.2 image: ghcr.io/immich-app/immich-machine-learning:v2.6.3
ports: ports:
- 3003:3003 - 3003:3003
volumes: volumes:
+1 -1
View File
@@ -1,5 +1,5 @@
# Start with the official n8n image # Start with the official n8n image
FROM n8nio/n8n:2.13.1 FROM n8nio/n8n:2.14.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