Skip to content

Commit ea92bbb

Browse files
authored
Bump Splunk OTel .NET to 1.7.0 (#153)
1 parent 8ba12d6 commit ea92bbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cartservice/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN apt-get update && \
2828
curl \
2929
unzip
3030

31-
ARG SPLUNK_OTEL_VERSION=1.6.0
31+
ARG SPLUNK_OTEL_VERSION=1.7.0
3232
ENV OTEL_DOTNET_AUTO_HOME=/.splunk-otel-dotnet
3333
ADD https://github.com/signalfx/splunk-otel-dotnet/releases/download/v${SPLUNK_OTEL_VERSION}/splunk-otel-dotnet-install.sh ./
3434
RUN chmod +x ./splunk-otel-dotnet-install.sh && \

0 commit comments

Comments
 (0)