diff --git a/Dockerfile b/Dockerfile index 2ceba8c..5d6ec57 100644 --- a/Dockerfile +++ b/Dockerfile @@ -53,7 +53,7 @@ dotnet publish --no-restore \ EOC -FROM mcr.microsoft.com/dotnet/aspnet:8.0-alpine +FROM mcr.microsoft.com/dotnet/aspnet:9.0-alpine ARG VERSION