Skip to content

Commit f6e2a9f

Browse files
chore(deps): update prom/prometheus docker tag to v3.11.1
1 parent a7dbfe1 commit f6e2a9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/development/prometheus/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ services:
1212
- traefik.http.routers.prometheus-secure.rule=Host(`prometheus.${STACK_DOMAIN}`)
1313
- traefik.http.routers.prometheus-secure.tls.options=mintls13@file # dargstack:dev-only
1414
- traefik.http.services.prometheus.loadbalancer.server.port=9090
15-
image: prom/prometheus:v3.11.0
15+
image: prom/prometheus:v3.11.1
1616
volumes:
1717
- ./configurations/prometheus.yaml:/etc/prometheus/prometheus.yml:ro
1818
- prometheus-data:/prometheus

0 commit comments

Comments
 (0)