We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a80dc7c commit f64096eCopy full SHA for f64096e
src/cartservice/Dockerfile
@@ -28,7 +28,7 @@ RUN apt-get update && \
28
curl \
29
unzip
30
31
-ARG SPLUNK_OTEL_VERSION=1.8.0
+ARG SPLUNK_OTEL_VERSION=1.9.0
32
ENV OTEL_DOTNET_AUTO_HOME=/.splunk-otel-dotnet
33
ADD https://github.com/signalfx/splunk-otel-dotnet/releases/download/v${SPLUNK_OTEL_VERSION}/splunk-otel-dotnet-install.sh ./
34
RUN chmod +x ./splunk-otel-dotnet-install.sh && \
0 commit comments