Skip to content

Commit 3c3f0db

Browse files
chore(deps): update prom/prometheus docker tag to v3.10.0 (#271)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e8002dc commit 3c3f0db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compose-monitoring.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
services:
66
prometheus:
77
profiles: [monitoring-metrics]
8-
image: prom/prometheus:${PROMETHEUS_VERSION:-v3.9.1}
8+
image: prom/prometheus:${PROMETHEUS_VERSION:-v3.10.0}
99
user: ":"
1010
networks: [dvnode]
1111
environment:

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ services:
181181
# |___/
182182

183183
prometheus:
184-
image: prom/prometheus:${PROMETHEUS_VERSION:-v3.9.1}
184+
image: prom/prometheus:${PROMETHEUS_VERSION:-v3.10.0}
185185
profiles: [""]
186186
user: ":"
187187
networks: [dvnode]

0 commit comments

Comments
 (0)