Post 1.7.0 release (#3463)
This commit is contained in:
parent
2a428ee3ea
commit
a02a40b89a
|
|
@ -1,7 +1,7 @@
|
|||
FROM mcr.microsoft.com/dotnet/sdk:8.0-jammy
|
||||
|
||||
# install OpenTelemetry .NET Automatic Instrumentation
|
||||
ARG OTEL_VERSION=1.6.0
|
||||
ARG OTEL_VERSION=1.7.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
|
||||
|
|
|
|||
|
|
@ -4,6 +4,6 @@
|
|||
|
||||
<ItemGroup>
|
||||
<!-- This version is here to avoid compilation warnings. During the build is overriden by nuke tasks. -->
|
||||
<PackageVersion Include="OpenTelemetry.AutoInstrumentation" Version="1.6.0" />
|
||||
<PackageVersion Include="OpenTelemetry.AutoInstrumentation" Version="1.7.0" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
|
|
|||
Loading…
Reference in New Issue