From 1540cc7602af2e2e793553014ca0b01a2df9085d Mon Sep 17 00:00:00 2001 From: wzh425 Date: Wed, 11 Dec 2024 14:23:38 +0800 Subject: [PATCH] chore: Dockerfile (#366) * chore: gitlab-ci.yml * chore: Dockerfile --- src/Web/Masa.Alert.Web.Admin.Server/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Web/Masa.Alert.Web.Admin.Server/Dockerfile b/src/Web/Masa.Alert.Web.Admin.Server/Dockerfile index 4b2eecd..5bbd81b 100644 --- a/src/Web/Masa.Alert.Web.Admin.Server/Dockerfile +++ b/src/Web/Masa.Alert.Web.Admin.Server/Dockerfile @@ -5,7 +5,7 @@ ENV CSPROJ="src/Web/Masa.Alert.Web.Admin.Server/Masa.Alert.Web.Admin.Server.cspr RUN dotnet restore $CSPROJ && dotnet publish $CSPROJ -c Release -o /app/publish -FROM registry.cn-hangzhou.aliyuncs.com/masa/dotnet_aspnet:8.0.3 +FROM registry.cn-hangzhou.aliyuncs.com/masa/dotnet_aspnet:6.0.4 WORKDIR /app COPY --from=publish /app/publish . COPY ["src/Web/Masa.Alert.Web.Admin/wwwroot/i18n","wwwroot/i18n"]