Skip to content

Commit

Permalink
Update mcr.microsoft.com/azure-functions/dotnet-isolated:4-dotnet-iso…
Browse files Browse the repository at this point in the history
…lated8.0-mariner Docker digest to 986eef2 (#516)
  • Loading branch information
renovate[bot] authored Aug 27, 2024
1 parent 37a0ef5 commit 26b8e5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ FROM build AS publish
ARG BUILD_CONFIGURATION=Release
RUN dotnet publish "Keda.Scaler.Functions.Worker.DurableTask.Examples.csproj" -c $BUILD_CONFIGURATION -warnaserror -o /app/publish /p:UseAppHost=false

FROM mcr.microsoft.com/azure-functions/dotnet-isolated:4-dotnet-isolated8.0-mariner@sha256:64cc858baaa036e683c8462ba9d14a2db5063d2f8dd80c74384a932d046568f6 AS runtime
FROM mcr.microsoft.com/azure-functions/dotnet-isolated:4-dotnet-isolated8.0-mariner@sha256:986eef2139fd3c876a16c76e075482a7095dcff575e7f119f19c019b5b445e28 AS runtime
RUN chown -R $APP_UID /azure-functions-host
ENV ASPNETCORE_URLS=http://+:8080 \
AzureFunctionsJobHost__FileWatchingEnabled=false \
Expand Down

0 comments on commit 26b8e5a

Please sign in to comment.