File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,14 +24,14 @@ RUN wget2 https://github.com/IbcAlpha/IBC/releases/download/${IBC_VERSION}/IBCLi
2424 && unzip ibc.zip -d /opt/ibc \
2525 && rm ibc.zip
2626
27- ENV INSTALL_FILENAME="ibgateway-10.44.1f -standalone-linux-x64.sh"
27+ ENV INSTALL_FILENAME="ibgateway-10.44.1g -standalone-linux-x64.sh"
2828
2929# Fetch hashes
30- RUN wget2 "https://github.com/extrange/ibkr-docker/releases/download/10.44.1f -latest/ibgateway-10.44.1f -standalone-linux-x64.sh.sha256" \
30+ RUN wget2 "https://github.com/extrange/ibkr-docker/releases/download/10.44.1g -latest/ibgateway-10.44.1g -standalone-linux-x64.sh.sha256" \
3131 -O hash
3232
3333# Download IB Gateway (which contains TWS) and check hashes
34- RUN wget2 "https://github.com/extrange/ibkr-docker/releases/download/10.44.1f -latest/ibgateway-10.44.1f -standalone-linux-x64.sh" \
34+ RUN wget2 "https://github.com/extrange/ibkr-docker/releases/download/10.44.1g -latest/ibgateway-10.44.1g -standalone-linux-x64.sh" \
3535 -O "$INSTALL_FILENAME" \
3636 && sha256sum -c hash \
3737 && chmod +x "$INSTALL_FILENAME" \
You can’t perform that action at this time.
0 commit comments