Skip to content

Commit

Permalink
Update Java instrumentation to v2.3.0 and .NET instrumentation to v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
edeNFed authored and github-actions[bot] committed May 10, 2024
1 parent eb343a4 commit f5ab8c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion odiglet/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN npm install

FROM busybox AS dotnet-builder
WORKDIR /dotnet-instrumentation
ARG DOTNET_OTEL_VERSION=v0.7.0
ARG DOTNET_OTEL_VERSION=v1.6.0
ADD https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases/download/$DOTNET_OTEL_VERSION/opentelemetry-dotnet-instrumentation-linux-musl.zip .
RUN unzip opentelemetry-dotnet-instrumentation-linux-musl.zip && rm opentelemetry-dotnet-instrumentation-linux-musl.zip

Expand Down

0 comments on commit f5ab8c7

Please sign in to comment.