diff --git a/examples/demo/Dockerfile b/examples/demo/Dockerfile index 9201422e41..95920d9720 100644 --- a/examples/demo/Dockerfile +++ b/examples/demo/Dockerfile @@ -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