Skip to content

Commit

Permalink
chore(deps): update prom/prometheus docker tag to v2.47.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 12, 2023
1 parent 7750cc1 commit 7591d95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions local/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ volumes:

services:
prometheus-1:
image: prom/prometheus:v2.38.0
image: prom/prometheus:v2.47.2
volumes:
- ./prometheus/:/etc/prometheus/
- prometheus1_data:/prometheus
Expand All @@ -28,7 +28,7 @@ services:
restart: on-failure:5

prometheus-2:
image: prom/prometheus:v2.38.0
image: prom/prometheus:v2.47.2
volumes:
- ./prometheus/:/etc/prometheus/
- prometheus2_data:/prometheus
Expand Down

0 comments on commit 7591d95

Please sign in to comment.