Skip to content

Commit 379e77d

Browse files
Bump dotnet/sdk from 8.0.413 to 8.0.414 in /test/OpenTelemetry.Instrumentation.W3cTraceContext.Tests (#6482)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rajkumar Rangaraj <[email protected]>
1 parent 03ca711 commit 379e77d

File tree

1 file changed

+2
-2
lines changed
  • test/OpenTelemetry.Instrumentation.W3cTraceContext.Tests

1 file changed

+2
-2
lines changed

test/OpenTelemetry.Instrumentation.W3cTraceContext.Tests/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ WORKDIR /w3c
1111
RUN apt-get update && apt-get install -y git
1212
RUN git clone --branch level-1 https://github.com/w3c/trace-context.git
1313

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
1616

1717
FROM dotnet-sdk-${BUILD_SDK_VERSION} AS build
1818
ARG PUBLISH_CONFIGURATION=Release

0 commit comments

Comments
 (0)