diff --git a/boot-strategy-plugin/docker-compose.yml b/boot-strategy-plugin/docker-compose.yml index d8faf2fc2..662b0fb34 100644 --- a/boot-strategy-plugin/docker-compose.yml +++ b/boot-strategy-plugin/docker-compose.yml @@ -1,7 +1,7 @@ version: "3.8" services: tempo: - image: grafana/tempo:2.4.1 + image: grafana/tempo:2.4.2 extra_hosts: ['host.docker.internal:host-gateway'] container_name: tempo command: [ "-config.file=/etc/tempo.yaml" ]