chore(Prometheus): Upgrade to 2.34.0

https://github.com/prometheus/prometheus/releases/tag/v2.34.0
This commit is contained in:
Simon 2022-04-13 23:13:22 +02:00
parent ec4ae3a8b8
commit 10337ac53c
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ services:
build:
context: .
args:
PROMETHEUS_IMAGE: ${PROMETHEUS_IMAGE:-prom/prometheus:v2.33.4}
PROMETHEUS_IMAGE: ${PROMETHEUS_IMAGE:-prom/prometheus:v2.34.0}
volumes:
- prometheus:/prometheus
restart: always