We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fbf15a commit c91bb04Copy full SHA for c91bb04
examples/demo/Dockerfile
@@ -1,7 +1,7 @@
1
FROM mcr.microsoft.com/dotnet/sdk:8.0.412-jammy@sha256:10a559c5e8e315416a1ab84547c96859273f48c88a8b70faf0710ab98a15fafd
2
3
# install OpenTelemetry .NET Automatic Instrumentation
4
-ARG OTEL_VERSION=1.11.0
+ARG OTEL_VERSION=1.12.0
5
ENV OTEL_DOTNET_AUTO_HOME=/otel-dotnet-auto
6
ADD https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases/download/v${OTEL_VERSION}/otel-dotnet-auto-install.sh otel-dotnet-auto-install.sh
7
RUN apt-get update && apt-get install -y unzip && \
0 commit comments