From e85c4c2d3f133cde0a155e7d21fed467d2c440d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Kie=C5=82kowicz?= Date: Tue, 13 Feb 2024 08:43:54 +0100 Subject: [PATCH] Bump Splunk OTel .NET to 1.4.0 --- src/cartservice/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cartservice/Dockerfile b/src/cartservice/Dockerfile index eebed85ba18..166ef3d08c9 100644 --- a/src/cartservice/Dockerfile +++ b/src/cartservice/Dockerfile @@ -28,7 +28,7 @@ RUN apt-get update && \ curl \ unzip -ARG SPLUNK_OTEL_VERSION=1.3.0 +ARG SPLUNK_OTEL_VERSION=1.4.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 && \