diff --git a/boot-strategy-plugin/docker-compose.yml b/boot-strategy-plugin/docker-compose.yml index c88749bef..21ba94c3a 100644 --- a/boot-strategy-plugin/docker-compose.yml +++ b/boot-strategy-plugin/docker-compose.yml @@ -19,7 +19,7 @@ services: test: wget --no-verbose --tries=1 --spider http://localhost:3200/status || exit 1 loki: - image: grafana/loki:3.3.1 + image: grafana/loki:3.3.2 extra_hosts: ['host.docker.internal:host-gateway'] container_name: loki command: [ "-config.file=/etc/loki/local-config.yaml" ]