From 285488247d1ef42cb5835745586df061f52c7534 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Kie=C5=82kowicz?= Date: Mon, 30 Sep 2024 11:50:19 +0200 Subject: [PATCH] Bump Splunk OTel .NET to 1.7.0 --- src/cartservice/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cartservice/Dockerfile b/src/cartservice/Dockerfile index 71eba395037..31c44d1b5bc 100644 --- a/src/cartservice/Dockerfile +++ b/src/cartservice/Dockerfile @@ -28,7 +28,7 @@ RUN apt-get update && \ curl \ unzip -ARG SPLUNK_OTEL_VERSION=1.6.0 +ARG SPLUNK_OTEL_VERSION=1.7.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 && \