Skip to content

Commit 54801e7

Browse files
Update mcr.microsoft.com/azure-functions/dotnet-isolated:4-dotnet-isolated8.0-mariner Docker digest to 131ee49 (#494)
1 parent 8b22854 commit 54801e7

File tree

1 file changed

+1
-1
lines changed
  • tests/Keda.Scaler.Functions.Worker.DurableTask.Examples

1 file changed

+1
-1
lines changed

tests/Keda.Scaler.Functions.Worker.DurableTask.Examples/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ FROM build AS publish
1111
ARG BUILD_CONFIGURATION=Release
1212
RUN dotnet publish "Keda.Scaler.Functions.Worker.DurableTask.Examples.csproj" -c $BUILD_CONFIGURATION -warnaserror -o /app/publish /p:UseAppHost=false
1313

14-
FROM mcr.microsoft.com/azure-functions/dotnet-isolated:4-dotnet-isolated8.0-mariner@sha256:1a4f701756e79b230b3a2b6148f0f6fc5cadbe40980439103e2dfe8bd5e9bf8f AS runtime
14+
FROM mcr.microsoft.com/azure-functions/dotnet-isolated:4-dotnet-isolated8.0-mariner@sha256:131ee498c333d795e14e5a03ff1cbd9c457de973fc6f42ba768ac6ae3a5c4010 AS runtime
1515
RUN chown -R $APP_UID /azure-functions-host
1616
ENV ASPNETCORE_URLS=http://+:8080 \
1717
AzureFunctionsJobHost__FileWatchingEnabled=false \

0 commit comments

Comments
 (0)