Skip to content

Commit 2ff51fc

Browse files
TsengSRAmotiqKP
authored andcommitted
Parameterless ContainerBuilderconstructor is deprecated since Testcontainers 4.6.0
1 parent f175bf4 commit 2ff51fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/test/VectorData/Pinecone.ConformanceTests/Support/PineconeTestStore.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ protected override async Task StopAsync()
8888

8989
private async Task<IContainer> StartContainerAsync()
9090
{
91-
ContainerBuilder builder = new ContainerBuilder()
91+
ContainerBuilder builder = new ContainerBuilder("ghcr.io/pinecone-io/pinecone-local:latest")
9292
.WithImage(Image)
9393
// Pinecone Local will run on port $FirstPort.
9494
.WithPortBinding(FirstPort, assignRandomHostPort: true)

0 commit comments

Comments
 (0)