From 94db41df914d344c6ebb3ce1d47aa9bf72f3d2fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20St=C3=A4ber?= Date: Sun, 4 Aug 2024 12:16:32 +0200 Subject: [PATCH] Bump OTel collector version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Stäber --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 65b5d16..af69d12 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -4,7 +4,7 @@ ENV GRAFANA_VERSION="11.1.3" ENV PROMETHEUS_VERSION="2.53.1" ENV TEMPO_VERSION="2.5.0" ENV LOKI_VERSION="3.1.0" -ENV OPENTELEMETRY_COLLECTOR_VERSION="0.105.0" +ENV OPENTELEMETRY_COLLECTOR_VERSION="0.106.1" # TARGETARCH is automatically detected and set by the Docker daemon during the build process. If the build starts # on an amd64 architecture, than the TARGETARCH will be set to `amd64`.