deployment/docker/docker-compose.yml: update Prometheus from v2.12.0 to v2.13.0

This commit is contained in:
Aliaksandr Valialkin 2019-10-16 12:39:00 +03:00
parent e0109fc316
commit 7d7d7a7d4e

View file

@ -2,7 +2,7 @@ version: '3.5'
services:
prometheus:
container_name: prometheus
image: prom/prometheus:v2.12.0
image: prom/prometheus:v2.13.0
depends_on:
- "vminsert"
- "vmselect"