Skip to content

Commit 06afaeb

Browse files
extrangegithub-actions[bot]
authored andcommitted
Update latest to 10.43.1b
1 parent 3b24eaa commit 06afaeb

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.43.1a-standalone-linux-x64.sh"
27+
ENV INSTALL_FILENAME="ibgateway-10.43.1b-standalone-linux-x64.sh"
2828

2929
# Fetch hashes
30-
RUN wget2 "https://github.com/extrange/ibkr-docker/releases/download/10.43.1a-latest/ibgateway-10.43.1a-standalone-linux-x64.sh.sha256" \
30+
RUN wget2 "https://github.com/extrange/ibkr-docker/releases/download/10.43.1b-latest/ibgateway-10.43.1b-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.43.1a-latest/ibgateway-10.43.1a-standalone-linux-x64.sh" \
34+
RUN wget2 "https://github.com/extrange/ibkr-docker/releases/download/10.43.1b-latest/ibgateway-10.43.1b-standalone-linux-x64.sh" \
3535
-O "$INSTALL_FILENAME" \
3636
&& sha256sum -c hash \
3737
&& chmod +x "$INSTALL_FILENAME" \

0 commit comments

Comments
 (0)