Skip to content

Commit

Permalink
deps(docker-compose): update prom/prometheus docker tag to v2.55.0 (#386
Browse files Browse the repository at this point in the history
)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 22, 2024
1 parent 4bea116 commit 73eca77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose/docker-compose.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
- --web.console.libraries=/usr/share/prometheus/console_libraries
- --web.console.templates=/usr/share/prometheus/consoles
container_name: suivi-bourse-prom
image: prom/prometheus:v2.54.1
image: prom/prometheus:v2.55.0
ports:
- 9090:9090
restart: unless-stopped
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:
- --web.console.libraries=/usr/share/prometheus/console_libraries
- --web.console.templates=/usr/share/prometheus/consoles
container_name: suivi-bourse-prom
image: prom/prometheus:v2.54.1
image: prom/prometheus:v2.55.0
restart: unless-stopped
volumes:
- sb_prometheus_data:/prometheus
Expand Down

0 comments on commit 73eca77

Please sign in to comment.