Skip to content

Commit c39242e

Browse files
committed
Post 1.13.0 release
1 parent e4de27f commit c39242e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/releasing.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
1. Create a pull request with `release PR` label on GitHub
1717
with the changes described in the changelog.
1818

19-
2019
1. Add tests section in pull request description displaying current status of testing:
2120

2221
```markdown

examples/demo/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
55
ENV OTEL_DOTNET_AUTO_HOME=/otel-dotnet-auto
66
ADD https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases/download/v${OTEL_VERSION}/otel-dotnet-auto-install.sh otel-dotnet-auto-install.sh
77
RUN apt-get update && apt-get install -y unzip && \

0 commit comments

Comments
 (0)