Skip to content

Commit 57adac5

Browse files
Update IB to latest 1034 (#8636)
1 parent d57f75a commit 57adac5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

DockerfileLeanFoundation

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -344,10 +344,10 @@ RUN wget -q https://cdn.quantconnect.com/fonts/foundation.zip && unzip -q founda
344344
# Install IB Gateway and it's dependencies: Installs to /root/ibgateway
345345
RUN apt-get update && apt-get -y install libasound2 libnss3 libnspr4 && apt-get clean && apt-get autoclean && apt-get autoremove --purge -y && rm -rf /var/lib/apt/lists/* && \
346346
mkdir -p /root/ibgateway && \
347-
wget -q https://cdn.quantconnect.com/interactive/ibgateway-stable-standalone-linux-x64.v10.30.1u.sh && \
348-
chmod 777 ibgateway-stable-standalone-linux-x64.v10.30.1u.sh && \
349-
./ibgateway-stable-standalone-linux-x64.v10.30.1u.sh -q -dir /root/ibgateway && \
350-
rm ibgateway-stable-standalone-linux-x64.v10.30.1u.sh
347+
wget -q https://cdn.quantconnect.com/interactive/ibgateway-latest-standalone-linux-x64.v10.34.1c.sh && \
348+
chmod 777 ibgateway-latest-standalone-linux-x64.v10.34.1c.sh && \
349+
./ibgateway-latest-standalone-linux-x64.v10.34.1c.sh -q -dir /root/ibgateway && \
350+
rm ibgateway-latest-standalone-linux-x64.v10.34.1c.sh
351351

352352
# label definitions
353353
LABEL strict_python_version=3.11.11

0 commit comments

Comments
 (0)