We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bb8d6a commit be4d62dCopy full SHA for be4d62d
src/cartservice/Dockerfile
@@ -28,7 +28,7 @@ RUN apt-get update && \
28
curl \
29
unzip
30
31
-ARG SPLUNK_OTEL_VERSION=1.5.0
+ARG SPLUNK_OTEL_VERSION=1.6.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