Post 1.0.1 release update (#2973)

This commit is contained in:
Piotr Kiełkowicz 2023-09-21 12:40:30 +02:00 committed by GitHub
parent 0cefd790de
commit b0acb68221
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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