Skip to content

Commit

Permalink
Bump dotnet/sdk from 8.0 to 9.0
Browse files Browse the repository at this point in the history
Bumps dotnet/sdk from 8.0 to 9.0.

---
updated-dependencies:
- dependency-name: dotnet/sdk
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 6, 2025
1 parent 6bd46ab commit ea12163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WORKDIR /app
EXPOSE 80
EXPOSE 443

FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build
WORKDIR /src
COPY ["WoL.sln", "Directory.Build.props", "Directory.Packages.props", "./"]
COPY ["WoL/WoL.csproj", "./WoL/"]
Expand Down

0 comments on commit ea12163

Please sign in to comment.