Skip to content

Commit

Permalink
Update latest to 10.30.1g
Browse files Browse the repository at this point in the history
  • Loading branch information
extrange authored and github-actions[bot] committed Jul 11, 2024
1 parent 1222585 commit 6df4560
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions latest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ RUN wget2 https://github.com/IbcAlpha/IBC/releases/download/${IBC_VERSION}/IBCLi
&& unzip ibc.zip -d /opt/ibc \
&& rm ibc.zip

ENV INSTALL_FILENAME="ibgateway-10.30.1f-standalone-linux-x64.sh"
ENV INSTALL_FILENAME="ibgateway-10.30.1g-standalone-linux-x64.sh"

# Fetch hashes
RUN wget2 https://github.com/extrange/ibkr-docker/releases/download/10.30.1f-latest/ibgateway-10.30.1f-standalone-linux-x64.sh.sha256 \
RUN wget2 https://github.com/extrange/ibkr-docker/releases/download/10.30.1g-latest/ibgateway-10.30.1g-standalone-linux-x64.sh.sha256 \
-O hash

# Download IB Gateway (which contains TWS) and check hashes
RUN wget2 https://github.com/extrange/ibkr-docker/releases/download/10.30.1f-latest/ibgateway-10.30.1f-standalone-linux-x64.sh \
RUN wget2 https://github.com/extrange/ibkr-docker/releases/download/10.30.1g-latest/ibgateway-10.30.1g-standalone-linux-x64.sh \
-O "$INSTALL_FILENAME" \
&& sha256sum -c hash \
&& chmod +x "$INSTALL_FILENAME" \
Expand Down

0 comments on commit 6df4560

Please sign in to comment.