File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 24
24
<Compile Include =" Program.fs" />
25
25
</ItemGroup >
26
26
<ItemGroup >
27
- <PackageReference Include =" Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version =" 8 .0.11 " />
27
+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version =" 9 .0.0 " />
28
28
</ItemGroup >
29
29
</Project >
Original file line number Diff line number Diff line change 1
- FROM mcr.microsoft.com/dotnet/sdk:8 .0 AS build-env
1
+ FROM mcr.microsoft.com/dotnet/sdk:9 .0 AS build-env
2
2
3
3
WORKDIR /app
4
4
@@ -9,7 +9,7 @@ COPY Codingteam.Site ./Codingteam.Site/
9
9
RUN dotnet build --no-restore --configuration Release Codingteam.Site
10
10
RUN dotnet publish --no-build --configuration Release --output publish Codingteam.Site
11
11
12
- FROM mcr.microsoft.com/dotnet/aspnet:8 .0
12
+ FROM mcr.microsoft.com/dotnet/aspnet:9 .0
13
13
WORKDIR /app
14
14
15
15
COPY --from=build-env /app/publish .
You can’t perform that action at this time.
0 commit comments