diff --git a/Dockerfile b/Dockerfile index 48bccefcc3dd..c0aa4276c6ff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ FROM quantconnect/lean:foundation MAINTAINER QuantConnect #Install debugpy and PyDevD for remote python debugging -RUN pip install --no-cache-dir ptvsd==4.3.2 debugpy~=1.5.1 pydevd-pycharm~=201.8538.36 +RUN pip install --no-cache-dir ptvsd==4.3.2 debugpy~=1.6.7 pydevd-pycharm~=232.8296.19 # Install vsdbg for remote C# debugging in Visual Studio and Visual Studio Code RUN wget https://aka.ms/getvsdbgsh -O - 2>/dev/null | /bin/sh /dev/stdin -v 16.9.20122.2 -l /root/vsdbg