Skip to content

Commit 66e4227

Browse files
Update mcr.microsoft.com/azure-functions/dotnet Docker tag to v4 (#1871)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | mcr.microsoft.com/azure-functions/dotnet | final | major | `2.0` -> `4.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - "every weekday" (UTC). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJpbXBhY3Qvbm8tY2hhbmdlbG9nLXJlcXVpcmVkIl19--> Co-authored-by: pulumi-renovate[bot] <189166143+pulumi-renovate[bot]@users.noreply.github.com>
1 parent 9edc288 commit 66e4227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classic-azure-ts-aks-keda/functionapp/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN cd /src/dotnet-function-app && \
55
mkdir -p /home/site/wwwroot && \
66
dotnet publish *.csproj --output /home/site/wwwroot
77

8-
FROM mcr.microsoft.com/azure-functions/dotnet:2.0@sha256:54f16c02b57d2f5721e9a098dbfa4c826f03af478fbe50b68e46d82d594b95c0
8+
FROM mcr.microsoft.com/azure-functions/dotnet:4.0@sha256:891d44d0685b0a7a829000bcb94f95f6859b5581f0e542f6134e629babede2a8
99
ENV AzureWebJobsScriptRoot=/home/site/wwwroot \
1010
AzureFunctionsJobHost__Logging__Console__IsEnabled=true
1111

0 commit comments

Comments
 (0)