Skip to content

Commit 9745c1e

Browse files
chore(deps): update prom/prometheus:latest docker digest to 23031bf (#954)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e076205 commit 9745c1e

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

0 commit comments

Comments
 (0)