Errors with recent s1-tiling docker images

Hi all,

I am having trouble to use the 1.1.0 version of s1-tiling docker image because I am getting errors from both peps and cds about downloading sentinel1 scenes.
cds is trying the resto interface (that has been deprecated) and peps seems to have migrated to geodes.

I have tried the 1.2.0alpha1 docker image but I am getting an error message:

Traceback (most recent call last):
File “/opt/S1TilingEnv/bin/S1Processor”, line 5, in
from s1tiling.S1Processor import run
File “/opt/S1TilingEnv/lib/python3.10/site-packages/s1tiling/S1Processor.py”, line 65, in
from s1tiling.libs.api import s1_process, s1_process_lia
File “/opt/S1TilingEnv/lib/python3.10/site-packages/s1tiling/libs/api.py”, line 101, in
from .orbit import EOFFileManager
File “/opt/S1TilingEnv/lib/python3.10/site-packages/s1tiling/libs/orbit/init.py”, line 34, in
from ._manager import EOFFileManager, EOFConfiguration
File “/opt/S1TilingEnv/lib/python3.10/site-packages/s1tiling/libs/orbit/_manager.py”, line 45, in
from portion import Interval, closed as closed_interval
ModuleNotFoundError: No module named ‘portion’

Any help would be appreciated!

Best regards,
Angelos