Use known working version of i2pd.

This commit is contained in:
Itamar Turner-Trauring 2022-10-03 10:49:01 -04:00
parent bd74c3d971
commit a53420c193
2 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ def i2p_network(reactor, temp_dir, request):
proto,
which("docker"),
(
"docker", "run", "-p", "7656:7656", "purplei2p/i2pd",
"docker", "run", "-p", "7656:7656", "purplei2p/i2pd:release-2.43.0",
# Bad URL for reseeds, so it can't talk to other routers.
"--reseed.urls", "http://localhost:1/",
),

0
newsfragments/3928.minor Normal file
View File