Skip to content

Commit

Permalink
bump ipfs test image
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomendezroyo committed Sep 9, 2024
1 parent 0cd19c5 commit 26286fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dappmanager/test/integration/testIpfsUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const localIpfsGateway = create({
export async function setUpIpfsNode(): Promise<void> {
// Startup ipfs container
await shell(
`docker run --rm -d --name ${ipfsTestContainerName} -p 127.0.0.1:8080:8080 -p 127.0.0.1:5001:5001 ipfs/go-ipfs:v0.19.2`
`docker run --rm -d --name ${ipfsTestContainerName} -p 127.0.0.1:8080:8080 -p 127.0.0.1:5001:5001 ipfs/kubo:v0.29.0`
);

// Wait until ipfs is available
Expand Down

0 comments on commit 26286fd

Please sign in to comment.