Browse Source

config: dockerfile 8.0

xf 10 months ago
parent
commit
616e71e71c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build/Dockerfile

+ 1 - 1
build/Dockerfile

@@ -1,4 +1,4 @@
-FROM  mcr.microsoft.com/dotnet/aspnet:7.0
+FROM  mcr.microsoft.com/dotnet/aspnet:8.0
 WORKDIR /app
 COPY out/ .
 ENTRYPOINT ["dotnet", "DataSharing.Host.dll"]