chore(Prometheus): Upgrade to 2.33.1

https://github.com/prometheus/prometheus/releases/tag/v2.33.1
This commit is contained in:
Simon 2022-02-07 10:24:01 +01:00
parent d75ffc2ad6
commit 23c932580f
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.32.1}
PROMETHEUS_IMAGE: ${PROMETHEUS_IMAGE:-prom/prometheus:v2.33.1}
volumes:
- prometheus:/prometheus
restart: always