Skip to content

Commit

Permalink
Post 1.0.1 release update (#2973)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kielek authored Sep 21, 2023
1 parent 0cefd79 commit b0acb68
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: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
Expand Down

0 comments on commit b0acb68

Please sign in to comment.