We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
e6a5a8d
57c3bf9
1 parent 19afd63 commit 4eb55beCopy full SHA for 4eb55be
test/OpenTelemetry.Instrumentation.W3cTraceContext.Tests/Dockerfile
@@ -11,7 +11,7 @@ WORKDIR /w3c
11
RUN apt-get update && apt-get install -y git
12
RUN git clone --branch level-1 https://github.com/w3c/trace-context.git
13
14
-FROM mcr.microsoft.com/dotnet/sdk:8.0.411@sha256:e6a5a8d884609907fa8d468b927df765967f6b22f890ce92bd3ae614ca4ae87e AS dotnet-sdk-8.0
+FROM mcr.microsoft.com/dotnet/sdk:8.0.411@sha256:57c3bf930db9ac075c9019b83fdfc77c474b11b874120b84bc97fa65f33662dd AS dotnet-sdk-8.0
15
FROM mcr.microsoft.com/dotnet/sdk:9.0.300@sha256:c5b188baf837b0180a14f988815b9cc7a55b836dd6cbe1b6e6523cf3098faaa8 AS dotnet-sdk-9.0
16
17
FROM dotnet-sdk-${BUILD_SDK_VERSION} AS build
0 commit comments