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