Post 1.0.1 release update (#2973)
This commit is contained in:
parent
0cefd790de
commit
b0acb68221
|
|
@ -1,7 +1,7 @@
|
|||
FROM mcr.microsoft.com/dotnet/sdk:6.0-jammy
|
||||
|
||||
# install OpenTelemetry .NET Automatic Instrumentation
|
||||
ARG OTEL_VERSION=1.0.0
|
||||
ARG OTEL_VERSION=1.0.1
|
||||
ADD https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases/download/v${OTEL_VERSION}/otel-dotnet-auto-install.sh otel-dotnet-auto-install.sh
|
||||
RUN apt-get update && apt-get install -y unzip && \
|
||||
OTEL_DOTNET_AUTO_HOME="/otel-dotnet-auto" sh otel-dotnet-auto-install.sh
|
||||
|
|
|
|||
Loading…
Reference in New Issue