@@ -105,7 +105,7 @@ docker run -d --net=host --rm \
105105 -v $(pwd)/prometheus0_eu1_data:/prometheus \
106106 -u root \
107107 --name prometheus-0-eu1 \
108- quay.io/prometheus/prometheus: v2 .38.0 \
108+ quay.io/prometheus/prometheus: v2 .49.1 \
109109 --config.file=/etc/prometheus/prometheus.yml \
110110 --storage.tsdb.path=/prometheus \
111111 --web.listen-address=:9090 \
@@ -124,7 +124,7 @@ docker run -d --net=host --rm \
124124 -v $(pwd)/prometheus0_us1_data:/prometheus \
125125 -u root \
126126 --name prometheus-0-us1 \
127- quay.io/prometheus/prometheus: v2 .38.0 \
127+ quay.io/prometheus/prometheus: v2 .49.1 \
128128 --config.file=/etc/prometheus/prometheus.yml \
129129 --storage.tsdb.path=/prometheus \
130130 --web.listen-address=:9091 \
@@ -141,7 +141,7 @@ docker run -d --net=host --rm \
141141 -v $(pwd)/prometheus1_us1_data:/prometheus \
142142 -u root \
143143 --name prometheus-1-us1 \
144- quay.io/prometheus/prometheus: v2 .38.0 \
144+ quay.io/prometheus/prometheus: v2 .49.1 \
145145 --config.file=/etc/prometheus/prometheus.yml \
146146 --storage.tsdb.path=/prometheus \
147147 --web.listen-address=:9092 \
0 commit comments