We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38bed4e commit 7cac046Copy full SHA for 7cac046
examples/demo/Dockerfile
@@ -1,7 +1,7 @@
1
FROM mcr.microsoft.com/dotnet/sdk:8.0.302-jammy@sha256:838644c2dd735cdf0ba3c6ec282b77bfea80039fb45fe41b70d2e026a1f30a12
2
3
# install OpenTelemetry .NET Automatic Instrumentation
4
-ARG OTEL_VERSION=1.10.0
+ARG OTEL_VERSION=1.11.0
5
ADD https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases/download/v${OTEL_VERSION}/otel-dotnet-auto-install.sh otel-dotnet-auto-install.sh
6
RUN apt-get update && apt-get install -y unzip && \
7
OTEL_DOTNET_AUTO_HOME="/otel-dotnet-auto" sh otel-dotnet-auto-install.sh
0 commit comments