From 4b1b4eab98e1705b8b8cab4989d0101fc41e7133 Mon Sep 17 00:00:00 2001 From: Martin Molinero Date: Tue, 18 Jul 2023 10:17:03 -0300 Subject: [PATCH] Adjust debugger version for pycharm 2023.1.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c0aa4276c6ff..07e8ac182428 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.6.7 pydevd-pycharm~=232.8296.19 +RUN pip install --no-cache-dir ptvsd==4.3.2 debugpy~=1.6.7 pydevd-pycharm~=231.9225.15 # 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