Update tessera image version to latest (#4702)

pull/4700/head
Gabriel-Trintinalia 2 years ago committed by GitHub
parent d78267397e
commit 9c5150b3b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      testutil/src/main/java/org/hyperledger/enclave/testutil/TesseraTestHarness.java

@ -49,7 +49,7 @@ public class TesseraTestHarness implements EnclaveTestHarness {
private URI q2TUri;
private URI thirdPartyUri;
public static final String TESSERA_VERSION = "22.1.7";
public static final String TESSERA_VERSION = "22.10.0";
private final int thirdPartyPort = 9081;
private final int q2TPort = 9082;

Loading…
Cancel
Save