Skip to content

Commit 145d4c5

Browse files
Update prom/prometheus:latest Docker digest to 78ed1f9 (#776)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Bryce Buchanan <[email protected]>
1 parent 64cd2a5 commit 145d4c5

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:e2b8aa62b64855956e3ec1e18b4f9387fb6203174a4471936f4662f437f04405
27+
image: prom/prometheus:latest@sha256:78ed1f9050eb9eaf766af6e580230b1c4965728650e332cd1ee918c0c4699775
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:e2b8aa62b64855956e3ec1e18b4f9387fb6203174a4471936f4662f437f04405
28+
image: prom/prometheus:latest@sha256:78ed1f9050eb9eaf766af6e580230b1c4965728650e332cd1ee918c0c4699775
2929
volumes:
3030
- ./prometheus.yaml:/etc/prometheus/prometheus.yml
3131
ports:

0 commit comments

Comments
 (0)