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
24
24
&& unzip ibc.zip -d /opt/ibc \
25
25
&& rm ibc.zip
26
26
27
- ENV INSTALL_FILENAME="ibgateway-10.30.1g -standalone-linux-x64.sh"
27
+ ENV INSTALL_FILENAME="ibgateway-10.30.1h -standalone-linux-x64.sh"
28
28
29
29
# Fetch hashes
30
- RUN wget2 https://github.com/extrange/ibkr-docker/releases/download/10.30.1g -latest/ibgateway-10.30.1g -standalone-linux-x64.sh.sha256 \
30
+ RUN wget2 https://github.com/extrange/ibkr-docker/releases/download/10.30.1h -latest/ibgateway-10.30.1h -standalone-linux-x64.sh.sha256 \
31
31
-O hash
32
32
33
33
# Download IB Gateway (which contains TWS) and check hashes
34
- RUN wget2 https://github.com/extrange/ibkr-docker/releases/download/10.30.1g -latest/ibgateway-10.30.1g -standalone-linux-x64.sh \
34
+ RUN wget2 https://github.com/extrange/ibkr-docker/releases/download/10.30.1h -latest/ibgateway-10.30.1h -standalone-linux-x64.sh \
35
35
-O "$INSTALL_FILENAME" \
36
36
&& sha256sum -c hash \
37
37
&& chmod +x "$INSTALL_FILENAME" \
You can’t perform that action at this time.
0 commit comments