shawnallen85 commented on code in PR #88: URL: https://github.com/apache/openwhisk-runtime-dotnet/pull/88#discussion_r1777706090
########## core/net6.0/Dockerfile: ########## @@ -26,9 +26,9 @@ RUN dotnet restore COPY proxy/Apache.OpenWhisk.Runtime.Common/. ./Apache.OpenWhisk.Runtime.Common/ COPY proxy/Apache.OpenWhisk.Runtime.Dotnet.Minimal/. ./Apache.OpenWhisk.Runtime.Dotnet.Minimal/ WORKDIR /app/Apache.OpenWhisk.Runtime.Dotnet.Minimal -RUN dotnet publish -c Release -r linux-musl-x64 -o out +RUN dotnet publish -c Release -o out -FROM mcr.microsoft.com/dotnet/runtime:6.0-alpine AS runtime +FROM mcr.microsoft.com/dotnet/aspnet:6.0-alpine AS runtime Review Comment: For transparency ... mcr.microsoft.com/dotnet/aspnet: 117 MB mcr.microsoft.com/dotnet/runtime: 93.8 MB -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
