Skip to content

Commit 0e9cce2

Browse files
chore(deps): update prom/prometheus docker tag to v3
| datasource | package | from | to | | ---------- | --------------- | ------- | ------ | | docker | prom/prometheus | v2.54.0 | v3.8.0 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 9cc4538 commit 0e9cce2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

memberlist/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
prometheus:
33
container_name: prometheus
4-
image: prom/prometheus:v2.54.0
4+
image: prom/prometheus:v3.8.0@sha256:d936808bdea528155c0154a922cd42fd75716b8bb7ba302641350f9f3eaeba09
55
command:
66
- --web.enable-remote-write-receiver
77
- --config.file=/etc/prometheus/prometheus.yml

redis/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
prometheus:
33
container_name: prometheus
4-
image: prom/prometheus:v2.54.0
4+
image: prom/prometheus:v3.8.0@sha256:d936808bdea528155c0154a922cd42fd75716b8bb7ba302641350f9f3eaeba09
55
command:
66
- --web.enable-remote-write-receiver
77
- --config.file=/etc/prometheus/prometheus.yml

0 commit comments

Comments
 (0)