Post 1.11.0 release (#4083)

This commit is contained in:
Piotr Kiełkowicz 2025-03-06 13:54:43 +01:00 committed by GitHub
parent 38bed4e0d3
commit 7cac0462b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
FROM mcr.microsoft.com/dotnet/sdk:8.0.302-jammy@sha256:838644c2dd735cdf0ba3c6ec282b77bfea80039fb45fe41b70d2e026a1f30a12
# install OpenTelemetry .NET Automatic Instrumentation
ARG OTEL_VERSION=1.10.0
ARG OTEL_VERSION=1.11.0
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