Skip to content

Commit a80dc7c

Browse files
authored
update to splunk-otel-dotnet 1.8.0 (#154)
1 parent ea92bbb commit a80dc7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cartservice/Dockerfile

Lines changed: 1 addition & 1 deletion
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.7.0
31+
ARG SPLUNK_OTEL_VERSION=1.8.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)