Skip to content

Commit

Permalink
Update base image
Browse files Browse the repository at this point in the history
Update base image to .NET 9.
  • Loading branch information
martincostello committed Apr 27, 2024
1 parent 47d250b commit c47d670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AdventOfCode.Site/AdventOfCode.Site.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(CI)' == 'true' ">
<EnableSdkContainerSupport>true</EnableSdkContainerSupport>
<ContainerBaseImage>mcr.microsoft.com/dotnet/nightly/runtime-deps:8.0-noble-chiseled-extra</ContainerBaseImage>
<ContainerBaseImage>mcr.microsoft.com/dotnet/nightly/runtime-deps:9.0-noble-chiseled-extra</ContainerBaseImage>
<ContainerImageTags>github-$(GITHUB_RUN_NUMBER);latest</ContainerImageTags>
<ContainerRegistry>$(GITHUB_REPOSITORY_OWNER).azurecr.io</ContainerRegistry>
<ContainerRepository>$(GITHUB_REPOSITORY)</ContainerRepository>
Expand Down

0 comments on commit c47d670

Please sign in to comment.