We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9455bdd commit ed6b13cCopy full SHA for ed6b13c
2 files changed
Codingteam.Site/Codingteam.Site.fsproj
@@ -24,6 +24,6 @@
24
<Compile Include="Program.fs" />
25
</ItemGroup>
26
<ItemGroup>
27
- <PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="8.0.26" />
+ <PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="10.0.7" />
28
29
</Project>
Dockerfile
@@ -9,7 +9,7 @@ COPY Codingteam.Site ./Codingteam.Site/
9
RUN dotnet build --no-restore --configuration Release Codingteam.Site
10
RUN dotnet publish --no-build --configuration Release --output publish Codingteam.Site
11
12
-FROM mcr.microsoft.com/dotnet/aspnet:8.0
+FROM mcr.microsoft.com/dotnet/aspnet:10.0
13
WORKDIR /app
14
15
COPY --from=build-env /app/publish .
0 commit comments