chore(Prometheus): Upgrade to 2.33.3

https://github.com/prometheus/prometheus/releases/tag/v2.33.3
This commit is contained in:
Simon 2022-02-14 10:15:30 +01:00
parent 6bed3d6aa2
commit 7992eb4ffa
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.1}
PROMETHEUS_IMAGE: ${PROMETHEUS_IMAGE:-prom/prometheus:v2.33.3@sha256:20c90b9a99b12b4349150e347811cc44dccdb05c291d385320be63dc12cce73b}
volumes:
- prometheus:/prometheus
restart: always