Skip to content

Commit eec31d0

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

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.7.3@sha256:49214755b6153f90a597adcbff0252cc61069f8ab69ce8411285cd4a560e8038
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.7.3@sha256:49214755b6153f90a597adcbff0252cc61069f8ab69ce8411285cd4a560e8038
55
command:
66
- --web.enable-remote-write-receiver
77
- --config.file=/etc/prometheus/prometheus.yml

0 commit comments

Comments
 (0)