From cb6bf348b14ec3c7f0c33008c02e44de6e9c77b8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 23 Oct 2025 12:01:56 +0000 Subject: [PATCH] Update docker minor+patch+digest updates --- compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compose.yml b/compose.yml index 71a4660..d40e94e 100644 --- a/compose.yml +++ b/compose.yml @@ -35,7 +35,7 @@ services: webapp: <<: *service-base - image: node:22.21.0@sha256:91b08adf5a73ae2a09df6efbd10e49ddb0e807b6a0fa39ba6009ae8d3a0066ee + image: node:22.21.0@sha256:23c24e85395992be118734a39903e08c8f7d1abc73978c46b6bda90060091a49 ports: - ${PORT:?PORT missing}:80 volumes: @@ -48,7 +48,7 @@ services: tempo: <<: *service-base - image: grafana/tempo:latest@sha256:f3e3b4f53e2a4f8364e98ba7ba39054f46ef07d88a7c4570eadb8f1fea166c5c + image: grafana/tempo:latest@sha256:2235d05069fb69a38a5c281b056c6a630d956bbefb2acc88b900fe5862e1bf97 command: [-config.file=/etc/tempo.yaml] volumes: - ./telemetry/tempo.yaml:/etc/tempo.yaml @@ -56,7 +56,7 @@ services: stop_signal: SIGKILL prometheus: - image: prom/prometheus:v3.7.1@sha256:ff7e389acbe064a4823212a500393d40a28a8f362e4b05cbf6742a9a3ef736b2 + image: prom/prometheus:v3.7.2@sha256:23031bfe0e74a13004252caaa74eccd0d62b6c6e7a04711d5b8bf5b7e113adc7 command: - --config.file=/etc/prometheus.yaml - --web.enable-remote-write-receiver -- 2.49.1