File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
test/OpenTelemetry.Instrumentation.W3cTraceContext.Tests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ WORKDIR /w3c
11
11
RUN apt-get update && apt-get install -y git
12
12
RUN git clone --branch level-1 https://github.com/w3c/trace-context.git
13
13
14
- FROM mcr.microsoft.com/dotnet/sdk:8.0.413 @sha256:45e41fe52eb60f42bd75c83b7e8bfff0523e031e042b4c1fc7ddb9c348898c64 AS dotnet-sdk-8.0
15
- FROM mcr.microsoft.com/dotnet/sdk:9.0.304@sha256:840f3b62b9742dde4461a3c31e38ffd34d41d7d33afd39c378cfcfd5dcb82bd5 AS dotnet-sdk-9.0
14
+ FROM mcr.microsoft.com/dotnet/sdk:8.0.414 @sha256:3cef19377b2ef2a0171e930a24627677447c3e41b5f2eab84ff4895f1b15d254 AS dotnet-sdk-8.0
15
+ FROM mcr.microsoft.com/dotnet/sdk:9.0.304@sha256:f57307946b712ecf86561b3a202053cca07ea0004b782bd8223e213b67b517cd AS dotnet-sdk-9.0
16
16
17
17
FROM dotnet-sdk-${BUILD_SDK_VERSION} AS build
18
18
ARG PUBLISH_CONFIGURATION=Release
You can’t perform that action at this time.
0 commit comments