diff --git a/ripple/rippled/ripple-mainnet-rippled-pruned-nudb.yml b/ripple/rippled/ripple-mainnet-rippled-pruned-nudb.yml index ba07cbf8..a4b633b2 100644 --- a/ripple/rippled/ripple-mainnet-rippled-pruned-nudb.yml +++ b/ripple/rippled/ripple-mainnet-rippled-pruned-nudb.yml @@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults services: ripple-mainnet: - image: ${RIPPLE_RIPPLED_IMAGE:-xrpllabsofficial/xrpld}:${RIPPLE_MAINNET_RIPPLED_VERSION:-3.2.0} + image: ${RIPPLE_RIPPLED_IMAGE:-xrpllabsofficial/xrpld}:${RIPPLE_MAINNET_RIPPLED_VERSION:-3.3.0} sysctls: # TCP Performance net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle diff --git a/ripple/rippled/ripple-testnet-rippled-pruned-nudb.yml b/ripple/rippled/ripple-testnet-rippled-pruned-nudb.yml index 6ae53724..b733abab 100644 --- a/ripple/rippled/ripple-testnet-rippled-pruned-nudb.yml +++ b/ripple/rippled/ripple-testnet-rippled-pruned-nudb.yml @@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults services: ripple-testnet: - image: ${RIPPLE_RIPPLED_IMAGE:-xrpllabsofficial/xrpld}:${RIPPLE_TESTNET_RIPPLED_VERSION:-3.2.0} + image: ${RIPPLE_RIPPLED_IMAGE:-xrpllabsofficial/xrpld}:${RIPPLE_TESTNET_RIPPLED_VERSION:-3.3.0} sysctls: # TCP Performance net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle