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 ea92bbb commit a80dc7cCopy full SHA for a80dc7c
src/cartservice/Dockerfile
@@ -28,7 +28,7 @@ RUN apt-get update && \
28
curl \
29
unzip
30
31
-ARG SPLUNK_OTEL_VERSION=1.7.0
+ARG SPLUNK_OTEL_VERSION=1.8.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