Skip to content

Commit f06efc0

Browse files
author
Angel Gutierrez
committed
go back to version 2.3.0 rippled container
1 parent d699102 commit f06efc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xrpl4j-integration-tests/src/test/java/org/xrpl/xrpl4j/tests/environment/RippledContainer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public class RippledContainer {
8282
* No-args constructor.
8383
*/
8484
public RippledContainer() {
85-
try (GenericContainer<?> container = new GenericContainer<>("rippleci/rippled:2.3.1")) {
85+
try (GenericContainer<?> container = new GenericContainer<>("rippleci/rippled:2.3.0")) {
8686
this.rippledContainer = container.withCreateContainerCmdModifier((Consumer<CreateContainerCmd>) (cmd) ->
8787
cmd.withEntrypoint("/opt/ripple/bin/rippled"))
8888
.withCommand("-a --start --conf /config/rippled.cfg")

0 commit comments

Comments
 (0)