diff --git a/Makefile b/Makefile index 2e1112cf..e17ae582 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ ALLOY_CONFIG_FILES_IN_DOCKER = $(subst ./, /data/, $(ALLOY_CONFIG_FILES)) alloy-fmt: ## Uses Grafana Alloy to fmt the config @for c in $(ALLOY_CONFIG_FILES_IN_DOCKER); do \ echo "$$c"; \ - docker run --rm --volume "$(shell pwd):/data" -u $(shell id -u) grafana/alloy:v1.3.1 fmt -w $$c ; \ + docker run --rm --volume "$(shell pwd):/data" -u $(shell id -u) grafana/alloy:v1.4.1 fmt -w $$c ; \ done .PHONY: go-fmt diff --git a/docker-compose/common/compose-include/alloy.yaml b/docker-compose/common/compose-include/alloy.yaml index 51322b2e..1df83354 100644 --- a/docker-compose/common/compose-include/alloy.yaml +++ b/docker-compose/common/compose-include/alloy.yaml @@ -7,7 +7,7 @@ services: # https://github.com/grafana/alloy alloy: depends_on: { gateway: { condition: service_healthy } } - image: ${ALLOY_IMAGE:-docker.io/grafana/alloy:v1.3.1} + image: ${ALLOY_IMAGE:-docker.io/grafana/alloy:v1.4.1} configs: - source: alloy_config_file target: /etc/alloy/config.alloy diff --git a/docker-compose/common/config/.env b/docker-compose/common/config/.env index 1a8a8fda..a0ed6400 100644 --- a/docker-compose/common/config/.env +++ b/docker-compose/common/config/.env @@ -1,4 +1,4 @@ -ALLOY_IMAGE=grafana/alloy:v1.3.1 +ALLOY_IMAGE=grafana/alloy:v1.4.1 LOKI_IMAGE=grafana/loki:3.1.1 GRAFANA_IMAGE=grafana/grafana:11.2.0 TEMPO_IMAGE=grafana/tempo:2.6.0