We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73be128 commit f9ca1ccCopy full SHA for f9ca1cc
src/Azure.Functions.Cli/StaticResources/Dockerfile.dotnet8
@@ -6,8 +6,8 @@ RUN cd /src/dotnet-function-app && \
6
dotnet publish *.csproj --output /home/site/wwwroot
7
8
# To enable ssh & remote debugging on app service change the base image to the one below
9
-# FROM mcr.microsoft.com/azure-functions/dotnet:4-dotnet8-appservice
10
-FROM mcr.microsoft.com/azure-functions/dotnet:4-dotnet8
+# FROM mcr.microsoft.com/azure-functions/dotnet:4-dotnet8.0-appservice
+FROM mcr.microsoft.com/azure-functions/dotnet:4-dotnet8.0
11
ENV AzureWebJobsScriptRoot=/home/site/wwwroot \
12
AzureFunctionsJobHost__Logging__Console__IsEnabled=true
13
0 commit comments