Skip to content

Commit

Permalink
Splunk OTEl .NET - update to 1.5.0 (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kielek authored May 6, 2024
1 parent 56964ae commit 3bb8d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cartservice/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN apt-get update && \
curl \
unzip

ARG SPLUNK_OTEL_VERSION=1.4.0
ARG SPLUNK_OTEL_VERSION=1.5.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 && \
Expand Down

0 comments on commit 3bb8d6a

Please sign in to comment.