Skip to content

Commit c91bb04

Browse files
authored
Post 1.12.0 release (#4308)
1 parent 6fbf15a commit c91bb04

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.412-jammy@sha256:10a559c5e8e315416a1ab84547c96859273f48c88a8b70faf0710ab98a15fafd
22

33
# install OpenTelemetry .NET Automatic Instrumentation
4-
ARG OTEL_VERSION=1.11.0
4+
ARG OTEL_VERSION=1.12.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)