File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 16161 . Create a pull request with ` release PR ` label on GitHub
1717 with the changes described in the changelog.
1818
19-
20191 . Add tests section in pull request description displaying current status of testing:
2120
2221 ``` markdown
Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/dotnet/sdk:8.0.414 -jammy@sha256:b6142e9f2ba1d33700791de1b5946dd3f75d65198ca73be99aca966ee37896f1
1+ FROM mcr.microsoft.com/dotnet/sdk:8.0.416 -jammy@sha256:71217e2029c9844f13aa98114ae4aea9e77287cd8c152f7b7c09f8af61a1affa
22
33# install OpenTelemetry .NET Automatic Instrumentation
4- ARG OTEL_VERSION=1.12 .0
4+ ARG OTEL_VERSION=1.13 .0
55ENV OTEL_DOTNET_AUTO_HOME=/otel-dotnet-auto
66ADD https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases/download/v${OTEL_VERSION}/otel-dotnet-auto-install.sh otel-dotnet-auto-install.sh
77RUN apt-get update && apt-get install -y unzip && \
You can’t perform that action at this time.
0 commit comments