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"]