Skip to content

Commit 15b156f

Browse files
chore(deps): update prom/prometheus:latest docker digest to 63805eb (#865)
1 parent 4904536 commit 15b156f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Examples/OTLP Exporter/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ services:
2424
# Prometheus
2525
prometheus:
2626
container_name: prometheus
27-
image: prom/prometheus:latest@sha256:7a34573f0b9c952286b33d537f233cd5b708e12263733aa646e50c33f598f16c
27+
image: prom/prometheus:latest@sha256:63805ebb8d2b3920190daf1cb14a60871b16fd38bed42b857a3182bc621f4996
2828
volumes:
2929
- ./prometheus.yaml:/etc/prometheus/prometheus.yml
3030
ports:

Examples/OTLP HTTP Exporter/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ services:
2525
# Prometheus
2626
prometheus:
2727
container_name: prometheus
28-
image: prom/prometheus:latest@sha256:7a34573f0b9c952286b33d537f233cd5b708e12263733aa646e50c33f598f16c
28+
image: prom/prometheus:latest@sha256:63805ebb8d2b3920190daf1cb14a60871b16fd38bed42b857a3182bc621f4996
2929
volumes:
3030
- ./prometheus.yaml:/etc/prometheus/prometheus.yml
3131
ports:

0 commit comments

Comments
 (0)