diff --git a/dev-tools/Dockerfile b/dev-tools/Dockerfile index 70d45fc..b91946a 100644 --- a/dev-tools/Dockerfile +++ b/dev-tools/Dockerfile @@ -20,4 +20,4 @@ ARG PYTHON_BUILD_DEPS=libffi-dev,python3-dev,py3-virtualenv RUN apk add $(echo -n "$PYTHON_BUILD_DEPS" | tr , ' ') # Install test tools (Ragger framework, Speculos emulator, Ledgerblue...) -RUN pip3 install --no-cache-dir "ragger[tests,all_backends]==1.20.3" "speculos==0.9.5" +RUN pip3 install --no-cache-dir "ragger[tests,all_backends]==1.20.2" "speculos==0.9.5"