From 780b32abc4bbd1038f1cb82e3fa8817d6195c7c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?yuan=E6=B5=A9?= <8004617+zhang-haoww@user.noreply.gitee.com> Date: Thu, 23 Nov 2023 13:09:41 +0000 Subject: [PATCH] update ZR.Admin.WebApi/Dockerfile. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yuan浩 <8004617+zhang-haoww@user.noreply.gitee.com> --- ZR.Admin.WebApi/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ZR.Admin.WebApi/Dockerfile b/ZR.Admin.WebApi/Dockerfile index d945070..e62587c 100644 --- a/ZR.Admin.WebApi/Dockerfile +++ b/ZR.Admin.WebApi/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/aspnet:5.0 AS base +FROM mcr.microsoft.com/dotnet/sdk:7.0 AS build #创建 /app文件夹 WORKDIR /app #创建挂载目录,用于将程序部署在服务器本地