feat(Docker): Remove hash because it depends on the architecture

This commit is contained in:
2022-02-22 15:55:18 +01:00
parent cf44901c1d
commit 0e1c155fbf
14 changed files with 14 additions and 14 deletions

View File

@ -12,7 +12,7 @@ services:
build:
context: .
args:
PROMETHEUS_IMAGE: ${PROMETHEUS_IMAGE:-prom/prometheus:v2.33.3@sha256:20c90b9a99b12b4349150e347811cc44dccdb05c291d385320be63dc12cce73b}
PROMETHEUS_IMAGE: ${PROMETHEUS_IMAGE:-prom/prometheus:v2.33.3}
volumes:
- prometheus:/prometheus
restart: always