Skip to content

Commit f9ca1cc

Browse files
mattchendersonkhkh-ms
authored andcommitted
Correcting in-process model tag format (#3702)
1 parent 73be128 commit f9ca1cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Azure.Functions.Cli/StaticResources/Dockerfile.dotnet8

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ RUN cd /src/dotnet-function-app && \
66
dotnet publish *.csproj --output /home/site/wwwroot
77

88
# 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
9+
# FROM mcr.microsoft.com/azure-functions/dotnet:4-dotnet8.0-appservice
10+
FROM mcr.microsoft.com/azure-functions/dotnet:4-dotnet8.0
1111
ENV AzureWebJobsScriptRoot=/home/site/wwwroot \
1212
AzureFunctionsJobHost__Logging__Console__IsEnabled=true
1313

0 commit comments

Comments
 (0)