chore(Prometheus): Upgrade to 2.33.4

https://github.com/prometheus/prometheus/releases/tag/v2.33.4
This commit is contained in:
Simon 2022-03-07 11:11:39 +01:00
parent a60026a672
commit 63246c442c
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.3}
PROMETHEUS_IMAGE: ${PROMETHEUS_IMAGE:-prom/prometheus:v2.33.4}
volumes:
- prometheus:/prometheus
restart: always