Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 6, 2024
1 parent 51c772d commit cf85cdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/development/stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ services:
restart_policy:
condition: on-failure
entrypoint: sh
image: curlimages/curl:8.10.1
image: curlimages/curl:8.11.0
secrets:
- postgres_db
- postgres_password
Expand Down Expand Up @@ -333,7 +333,7 @@ services:
- traefik.http.routers.prometheus_secure.rule=Host(`prometheus.${STACK_DOMAIN}`)
- traefik.http.routers.prometheus_secure.tls.options=mintls13@file #DARGSTACK-REMOVE
- traefik.http.services.prometheus.loadbalancer.server.port=9090
image: prom/prometheus:v2.55.0
image: prom/prometheus:v2.55.1
volumes:
- ../production/configurations/prometheus/prometheus.yaml:/etc/prometheus/prometheus.yml:ro
- prometheus_data:/prometheus
Expand Down

0 comments on commit cf85cdb

Please sign in to comment.