From 4bf3dfd4f0101a7085604701bcd24123d7f20eba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Kie=C5=82kowicz?= Date: Thu, 28 Sep 2023 10:25:16 +0200 Subject: [PATCH] Splunk OTel .NET 1.0.2 (#142) --- src/cartservice/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cartservice/Dockerfile b/src/cartservice/Dockerfile index 8017a93e7ca..bc56388d644 100644 --- a/src/cartservice/Dockerfile +++ b/src/cartservice/Dockerfile @@ -28,7 +28,7 @@ RUN apt-get update && \ curl \ unzip -ARG SPLUNK_OTEL_VERSION=1.0.0-rc.3 +ARG SPLUNK_OTEL_VERSION=1.0.2 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 && \