File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ COPY eform-angular-frontend/eform-client ./
55RUN yarn install
66RUN npm run build
77
8- FROM mcr.microsoft.com/dotnet/sdk:9 .0-noble AS build-env
8+ FROM mcr.microsoft.com/dotnet/sdk:10 .0-noble AS build-env
99WORKDIR /app
1010ARG GITVERSION
1111ARG PLUGINVERSION
@@ -17,7 +17,7 @@ RUN dotnet publish eFormAPI.Web -o eFormAPI.Web/out /p:Version=$GITVERSION --run
1717RUN dotnet publish OuterInnerResource.Pn -o OuterInnerResource.Pn/out /p:Version=$PLUGINVERSION --runtime linux-x64 --configuration Release
1818
1919# Build runtime image
20- FROM mcr.microsoft.com/dotnet/aspnet:9 .0-noble
20+ FROM mcr.microsoft.com/dotnet/aspnet:10 .0-noble
2121WORKDIR /app
2222COPY --from=build-env /app/eFormAPI.Web/out .
2323RUN mkdir -p ./Plugins/OuterInnerResource.Pn
You can’t perform that action at this time.
0 commit comments