Skip to content

Commit 99398d8

Browse files
Bump dotnet/sdk from 5.0 to 10.0
Bumps dotnet/sdk from 5.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>
1 parent d8e0451 commit 99398d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ WORKDIR /app
33
EXPOSE 80
44
EXPOSE 443
55

6-
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS build
6+
FROM mcr.microsoft.com/dotnet/sdk:10.0 AS build
77
WORKDIR /src
88
COPY ["SW.Scheduler.Web/SW.Scheduler.Web.csproj", "SW.Scheduler.Web/"]
99
COPY ["SW.Scheduler.Sdk/SW.Scheduler.Sdk.csproj", "SW.Scheduler.Sdk/"]

0 commit comments

Comments
 (0)