From 47ffa80f5b9fe17a0a5d83a73f20d5548fba969a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20St=C3=A4ber?= Date: Tue, 21 May 2024 17:48:02 +0200 Subject: [PATCH] Version bumps MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Stäber --- docker/Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 1628800..25a0f4e 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,10 +1,10 @@ FROM redhat/ubi8 -ENV GRAFANA_VERSION="10.4.1" -ENV PROMETHEUS_VERSION="2.51.1" -ENV TEMPO_VERSION="2.4.1" +ENV GRAFANA_VERSION="11.0.0" +ENV PROMETHEUS_VERSION="2.52.0" +ENV TEMPO_VERSION="2.4.2" ENV LOKI_VERSION="3.0.0" -ENV OPENTELEMETRY_COLLECTOR_VERSION="0.97.0" +ENV OPENTELEMETRY_COLLECTOR_VERSION="0.100.0" # 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`.