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.
1 parent 796be6b commit 42fe073Copy full SHA for 42fe073
test/OpenTelemetry.Exporter.OpenTelemetryProtocol.Tests/IntegrationTest/Dockerfile
@@ -4,7 +4,7 @@
4
5
ARG BUILD_SDK_VERSION=9.0
6
ARG TEST_SDK_VERSION=9.0
7
-FROM mcr.microsoft.com/dotnet/sdk:8.0.411@sha256:57c3bf930db9ac075c9019b83fdfc77c474b11b874120b84bc97fa65f33662dd AS dotnet-sdk-8.0
+FROM mcr.microsoft.com/dotnet/sdk:8.0.412@sha256:e6748a3b3d8cea753f643cacac0e577d8c409285b3924232db1354693bdbd3d7 AS dotnet-sdk-8.0
8
FROM mcr.microsoft.com/dotnet/sdk:9.0.300@sha256:c5b188baf837b0180a14f988815b9cc7a55b836dd6cbe1b6e6523cf3098faaa8 AS dotnet-sdk-9.0
9
10
FROM dotnet-sdk-${BUILD_SDK_VERSION} AS build
0 commit comments