Skip to content

Commit

Permalink
fix: use dotnet 9 in docker (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
HPrivakos authored Dec 29, 2024
1 parent 2a46f30 commit ed514ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/aspnet:8.0
FROM mcr.microsoft.com/dotnet/aspnet:9.0

WORKDIR /usr/local/app/

Expand Down

0 comments on commit ed514ea

Please sign in to comment.