Skip to content

Commit 5a82383

Browse files
build(deps): Bump dotnet/sdk from 9.0 to 10.0 (#30)
Bumps dotnet/sdk from 9.0 to 10.0. --- updated-dependencies: - dependency-name: dotnet/sdk dependency-version: '10.0' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3a3d1c0 commit 5a82383

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build stage
2-
FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build
2+
FROM mcr.microsoft.com/dotnet/sdk:10.0 AS build
33
WORKDIR /source
44

55
# Copy solution and project files
@@ -23,7 +23,7 @@ RUN dotnet test -c Release --no-build --verbosity normal
2323
RUN dotnet publish src/InfinityFlow.CSharp.Eval/InfinityFlow.CSharp.Eval.csproj -c Release -o /app/publish --no-restore
2424

2525
# Runtime stage - Use SDK for NuGet package resolution
26-
FROM mcr.microsoft.com/dotnet/sdk:9.0 AS runtime
26+
FROM mcr.microsoft.com/dotnet/sdk:10.0 AS runtime
2727
WORKDIR /app
2828

2929
# Install required dependencies for Roslyn scripting

0 commit comments

Comments
 (0)