You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/Keda.Scaler.Functions.Worker.DurableTask.Examples/Dockerfile
+1-1
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ FROM build AS publish
11
11
ARG BUILD_CONFIGURATION=Release
12
12
RUN dotnet publish "Keda.Scaler.Functions.Worker.DurableTask.Examples.csproj" -c $BUILD_CONFIGURATION -warnaserror -o /app/publish /p:UseAppHost=false
13
13
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
0 commit comments