Skip to content

Commit 0302077

Browse files
committed
[fix] 4-dotnet-isolated8.0 → 4-dotnet-isolated10.0 to ensure the test is correctly executed
1 parent 75f3c04 commit 0302077

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/ByteSync.Functions.IntegrationTests/End2End/E2E_Environment_Setup.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ string ResolveFunctionsProjectRoot()
8686
};
8787

8888
var functionsBuilder = new ContainerBuilder()
89-
.WithImage("mcr.microsoft.com/azure-functions/dotnet-isolated:4-dotnet-isolated8.0")
89+
.WithImage("mcr.microsoft.com/azure-functions/dotnet-isolated:4-dotnet-isolated10.0")
9090
.WithName($"bytesync-functions-e2e-{Guid.NewGuid():N}")
9191
.WithPortBinding(7071, 80)
9292
.WithBindMount(publishDir, "/home/site/wwwroot")

0 commit comments

Comments
 (0)