Skip to content

Commit 9a783a8

Browse files
chore(deps): update prom/prometheus docker tag to v3.11.1
1 parent 6adc3a1 commit 9a783a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/development/stack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ services:
425425
- traefik.http.routers.prometheus_secure.rule=Host(`prometheus.${STACK_DOMAIN}`)
426426
- traefik.http.routers.prometheus_secure.tls.options=mintls13@file #DARGSTACK-REMOVE
427427
- traefik.http.services.prometheus.loadbalancer.server.port=9090
428-
image: prom/prometheus:v3.11.0
428+
image: prom/prometheus:v3.11.1
429429
volumes:
430430
- ../production/configurations/prometheus/prometheus.yaml:/etc/prometheus/prometheus.yml:ro
431431
- prometheus_data:/prometheus

0 commit comments

Comments
 (0)