Skip to content

Commit

Permalink
Update demo after 1.6.0 release (#3394)
Browse files Browse the repository at this point in the history
  • Loading branch information
lachmatt authored Apr 29, 2024
1 parent 10b2464 commit c390314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/demo/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM mcr.microsoft.com/dotnet/sdk:8.0-jammy

# install OpenTelemetry .NET Automatic Instrumentation
ARG OTEL_VERSION=1.5.0
ARG OTEL_VERSION=1.6.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
Expand Down

0 comments on commit c390314

Please sign in to comment.