From 3bb8d6aa0ccb1253087e296ed6ca2e3e8699b084 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Kie=C5=82kowicz?= Date: Mon, 6 May 2024 14:06:27 +0200 Subject: [PATCH] Splunk OTEl .NET - update to 1.5.0 (#149) --- src/cartservice/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cartservice/Dockerfile b/src/cartservice/Dockerfile index 166ef3d08c9..7de93b4cce2 100644 --- a/src/cartservice/Dockerfile +++ b/src/cartservice/Dockerfile @@ -28,7 +28,7 @@ RUN apt-get update && \ curl \ unzip -ARG SPLUNK_OTEL_VERSION=1.4.0 +ARG SPLUNK_OTEL_VERSION=1.5.0 ENV OTEL_DOTNET_AUTO_HOME=/.splunk-otel-dotnet ADD https://github.com/signalfx/splunk-otel-dotnet/releases/download/v${SPLUNK_OTEL_VERSION}/splunk-otel-dotnet-install.sh ./ RUN chmod +x ./splunk-otel-dotnet-install.sh && \