Compare commits
8
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
537b4ed321 | ||
|
|
d2e51f8485 | ||
|
|
efc49d75cf | ||
|
|
a4236bbfcb | ||
|
|
faaf82b4c6 | ||
|
|
aa6e4dfc14 | ||
|
|
946bf55d16 | ||
|
|
5ce4ab7036 |
@@ -13,7 +13,7 @@ services:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
container_name: authelia
|
||||
image: authelia/authelia:4.39.26
|
||||
image: authelia/authelia:4.39.27
|
||||
ports:
|
||||
- 9959:9959 # metrics prometheus
|
||||
networks:
|
||||
|
||||
@@ -32,7 +32,7 @@ services:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
container_name: immich_machine_learning
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v3.2.1
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v3.2.2
|
||||
ports:
|
||||
- 3003:3003
|
||||
volumes:
|
||||
|
||||
@@ -3,7 +3,7 @@ services:
|
||||
extends:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
image: ghost:6.63.0-alpine
|
||||
image: ghost:6.64.0-alpine
|
||||
container_name: ghost
|
||||
ports:
|
||||
- 4016:2368
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Start with the official n8n image
|
||||
FROM n8nio/n8n:2.39.5
|
||||
FROM n8nio/n8n:2.40.0
|
||||
|
||||
# Copy apk and its deps from Alpine 3.23
|
||||
COPY --from=alpine:3.24 /sbin/apk /sbin/apk
|
||||
|
||||
Reference in New Issue
Block a user