1 Commits

Author SHA1 Message Date
renovate_bot c4cb3c8fc6 Update ghost Docker tag to v6.28.0 2026-04-17 00:06:00 +00:00
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ services:
file: ${TEMPLATES_PATH}
service: default
container_name: grafana
image: grafana/grafana-oss:12.4.3
image: grafana/grafana-oss:12.4.2
ports:
- 8090:3000
networks:
+1 -1
View File
@@ -3,7 +3,7 @@ services:
extends:
file: ${TEMPLATES_PATH}
service: default
image: ghcr.io/mealie-recipes/mealie:v3.15.2
image: ghcr.io/mealie-recipes/mealie:v3.15.1
container_name: mealie
ports:
- "4006:9000"
+1 -1
View File
@@ -1,5 +1,5 @@
# Start with the official n8n image
FROM n8nio/n8n:2.17.2
FROM n8nio/n8n:2.17.1
# Copy apk and its deps from Alpine 3.23
COPY --from=alpine:3.23 /sbin/apk /sbin/apk