9 Commits

4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ services:
file: ${TEMPLATES_PATH}
service: default
container_name: grafana
image: grafana/grafana-oss:12.4.1
image: grafana/grafana-oss:12.4.2
ports:
- 8090:3000
networks:
+2 -2
View File
@@ -4,7 +4,7 @@ services:
file: ${TEMPLATES_PATH}
service: default
container_name: loki
image: grafana/loki:3.6.7
image: grafana/loki:3.6.8
ports:
- 8094:3100
networks:
@@ -23,7 +23,7 @@ services:
file: ${TEMPLATES_PATH}
service: default
container_name: promtail
image: grafana/promtail:3.6.7
image: grafana/promtail:3.6.8
networks:
- ip4net
volumes:
+1 -1
View File
@@ -3,7 +3,7 @@ services:
extends:
file: ${TEMPLATES_PATH}
service: default
image: ghcr.io/linkwarden/linkwarden:v2.13.5
image: ghcr.io/linkwarden/linkwarden:v2.14.0
container_name: linkwarden
ports:
- 4020:3000
+1 -1
View File
@@ -1,5 +1,5 @@
# Start with the official n8n image
FROM n8nio/n8n:2.14.1
FROM n8nio/n8n:2.14.2
# Copy apk and its deps from Alpine 3.23
COPY --from=alpine:3.23 /sbin/apk /sbin/apk