Skip to content

Commit 0116154

Browse files
Update base image
Update base image to .NET 9.
1 parent 493352f commit 0116154

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/Website/Website.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@
1515
<UserSecretsId>martincostello.com</UserSecretsId>
1616
</PropertyGroup>
1717
<PropertyGroup>
18-
<!-- TODO Remove if https://github.com/dotnet/sdk/issues/40500 implemented or when no longer only in nightly -->
19-
<ContainerBaseImage>mcr.microsoft.com/dotnet/nightly/runtime-deps:8.0-noble-chiseled</ContainerBaseImage>
20-
<ContainerFamily>noble-chiseled</ContainerFamily>
18+
<!-- TODO Switch to noble once available for .NET 9 -->
19+
<ContainerFamily>jammy-chiseled</ContainerFamily>
2120
</PropertyGroup>
2221
<ItemGroup>
2322
<PackageReference Include="Azure.Monitor.OpenTelemetry.AspNetCore" />

0 commit comments

Comments
 (0)