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 b14ebed (#532)
  • Loading branch information
renovate[bot] authored Sep 19, 2024
1 parent 1ffe7ee commit cd74bee
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:121d6c51f10183188f5060f600e4d4d156f970b07eaca3595f96a3a7c3d71dc8 AS runtime
FROM mcr.microsoft.com/azure-functions/dotnet-isolated:4-dotnet-isolated8.0-mariner@sha256:b14ebedd72aa2b0830aa43400fd66d55acb9390220c0ec06a9c6ccaa51178505 AS runtime
RUN chown -R $APP_UID /azure-functions-host
ENV ASPNETCORE_URLS=http://+:8080 \
AzureFunctionsJobHost__FileWatchingEnabled=false \
Expand Down

0 comments on commit cd74bee

Please sign in to comment.