Browse Source

config: dockerfile 8.0

xf 10 tháng trước cách đây
mục cha
commit
616e71e71c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"]