1 Commits
Author SHA1 Message Date
renovate_bot 7acf0fe4dd Update mariadb Docker tag to v13 2026-09-16 00:02:59 +00:00
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ services:
extends:
file: ${TEMPLATES_PATH}
service: default
image: mariadb:12.3.3
image: mariadb:13.0.2
container_name: mariadb
command: --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci
networks:
+1 -1
View File
@@ -13,7 +13,7 @@ services:
file: ${TEMPLATES_PATH}
service: default
container_name: authelia
image: authelia/authelia:4.39.27
image: authelia/authelia:4.39.26
ports:
- 9959:9959 # metrics prometheus
networks:
+1 -1
View File
@@ -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.2
image: ghcr.io/immich-app/immich-machine-learning:v3.2.1
ports:
- 3003:3003
volumes:
+1 -1
View File
@@ -3,7 +3,7 @@ services:
extends:
file: ${TEMPLATES_PATH}
service: default
image: ghost:6.64.0-alpine
image: ghost:6.63.0-alpine
container_name: ghost
ports:
- 4016:2368
+1 -1
View File
@@ -1,5 +1,5 @@
# Start with the official n8n image
FROM n8nio/n8n:2.40.0
FROM n8nio/n8n:2.39.5
# Copy apk and its deps from Alpine 3.23
COPY --from=alpine:3.24 /sbin/apk /sbin/apk