Skip to content

Commit 9cdb0f5

Browse files
chore(deps): update prom/prometheus docker tag to v3.11.2
1 parent 0598372 commit 9cdb0f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.1
15+
image: prom/prometheus:v3.11.2
1616
volumes:
1717
- ./configurations/prometheus.yaml:/etc/prometheus/prometheus.yml:ro
1818
- prometheus-data:/prometheus

0 commit comments

Comments
 (0)