Skip to content

Commit 7ae8825

Browse files
Update STEMMUS-SCOPE release version in docker_process.py
1 parent 7053bb4 commit 7ae8825

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PyStemmusScope/bmi/docker_process.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ class StemmusScopeDocker:
8383
"""Communicate with a STEMMUS_SCOPE Docker container."""
8484

8585
# Default image, can be overridden with config:
86-
compatible_tags = ("1.6.1",)
86+
compatible_tags = ("1.6.2",)
8787

8888
_process_ready_phrase = b"Select BMI mode:"
8989
_process_finalized_phrase = b"Finished clean up."

0 commit comments

Comments
 (0)