Skip to content

Commit 6270e00

Browse files
chore(deps): update prom/prometheus docker tag to v3 (#267)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 828251a commit 6270e00

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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:-v2.55.1}
8+
image: prom/prometheus:${PROMETHEUS_VERSION:-v3.9.1}
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:-v2.55.1}
184+
image: prom/prometheus:${PROMETHEUS_VERSION:-v3.9.1}
185185
profiles: [""]
186186
user: ":"
187187
networks: [dvnode]

0 commit comments

Comments
 (0)