Skip to content

Commit

Permalink
chore(deps): update docker-compose non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 13, 2024
1 parent 2bb28b5 commit 327388e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ services:

monitoring_otel_collector:
container_name: monitoring_otel_collector
image: otel/opentelemetry-collector-contrib:0.98.0
image: otel/opentelemetry-collector-contrib:0.111.0
restart: always
networks:
- altinntestlocal_network
Expand All @@ -95,7 +95,7 @@ services:

monitoring_tempo:
container_name: monitoring_tempo
image: grafana/tempo:2.4.1
image: grafana/tempo:2.6.0
restart: always
networks:
- altinntestlocal_network
Expand All @@ -108,7 +108,7 @@ services:

monitoring_mimir:
container_name: monitoring_mimir
image: grafana/mimir:2.12.0
image: grafana/mimir:2.14.0
restart: always
networks:
- altinntestlocal_network
Expand All @@ -122,7 +122,7 @@ services:

monitoring_loki:
container_name: monitoring_loki
image: grafana/loki:3.0.0
image: grafana/loki:3.2.0
restart: always
networks:
- altinntestlocal_network
Expand All @@ -136,7 +136,7 @@ services:

monitoring_grafana:
container_name: monitoring_grafana
image: grafana/grafana:10.4.2
image: grafana/grafana:10.4.10
restart: always
networks:
- altinntestlocal_network
Expand Down

0 comments on commit 327388e

Please sign in to comment.