Skip to content
This repository was archived by the owner on Dec 14, 2025. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion demo/src/AddressValidation.Demo/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/aspnet:8.0-noble-chiseled-extra@sha256:1ec4c9605a8fc97d3c2045d46557e51d9ca54ba4f91339205be2e44bfb184732
FROM mcr.microsoft.com/dotnet/aspnet:9.0-noble-chiseled-extra@sha256:0f2b33e9ecff6f06c7c499b3bb088333b7a44dbc34e4195060b80a41d439d63e

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.416",
"version": "9.0.308",
"rollForward": "latestFeature",
"allowPrerelease": false
}
Expand Down
Loading