Skip to content

Commit 4c50225

Browse files
extrangegithub-actions[bot]
authored andcommitted
Update latest to 10.30.1h
1 parent 6df4560 commit 4c50225

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

latest/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.30.1g-standalone-linux-x64.sh"
27+
ENV INSTALL_FILENAME="ibgateway-10.30.1h-standalone-linux-x64.sh"
2828

2929
# 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 \
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.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 \
3535
-O "$INSTALL_FILENAME" \
3636
&& sha256sum -c hash \
3737
&& chmod +x "$INSTALL_FILENAME" \

0 commit comments

Comments
 (0)