Skip to content
This repository was archived by the owner on Jun 29, 2022. It is now read-only.

Commit eeeb4ae

Browse files
committed
chore(deps): update dependency mcr.microsoft.com/azure-functions/dotnet to v4
1 parent b182522 commit eeeb4ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Kubernetes.EventGrid.Bridge.Host/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN dotnet build "Kubernetes.EventGrid.Bridge.Host.csproj" -c Release -o /app/bu
1010
FROM build AS publish
1111
RUN dotnet publish "Kubernetes.EventGrid.Bridge.Host.csproj" -c Release -o /app/publish
1212

13-
FROM mcr.microsoft.com/azure-functions/dotnet:3.0 AS runtime
13+
FROM mcr.microsoft.com/azure-functions/dotnet:4.0 AS runtime
1414
WORKDIR /home/site/wwwroot
1515
EXPOSE 80
1616
COPY --from=publish /app/publish .

0 commit comments

Comments
 (0)