Skip to content

Commit 7cac046

Browse files
authored
Post 1.11.0 release (#4083)
1 parent 38bed4e commit 7cac046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/demo/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM mcr.microsoft.com/dotnet/sdk:8.0.302-jammy@sha256:838644c2dd735cdf0ba3c6ec282b77bfea80039fb45fe41b70d2e026a1f30a12
22

33
# install OpenTelemetry .NET Automatic Instrumentation
4-
ARG OTEL_VERSION=1.10.0
4+
ARG OTEL_VERSION=1.11.0
55
ADD https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases/download/v${OTEL_VERSION}/otel-dotnet-auto-install.sh otel-dotnet-auto-install.sh
66
RUN apt-get update && apt-get install -y unzip && \
77
OTEL_DOTNET_AUTO_HOME="/otel-dotnet-auto" sh otel-dotnet-auto-install.sh

0 commit comments

Comments
 (0)