From 222bd715e7bff7f9d290b1a42c39164244e98da2 Mon Sep 17 00:00:00 2001 From: jackfiled Date: Sun, 19 Nov 2023 13:23:21 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=9C=A8Dockerfile=E4=B8=AD=E4=BD=BF?= =?UTF-8?q?=E7=94=A8.net=208?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Frontend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frontend/Dockerfile b/Frontend/Dockerfile index 78a6655..fd2b66c 100644 --- a/Frontend/Dockerfile +++ b/Frontend/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/aspnet:7.0 +FROM mcr.microsoft.com/dotnet/aspnet:8.0 WORKDIR /app COPY ./publish/ . ENTRYPOINT ["dotnet", "Frontend.dll"] \ No newline at end of file