Skip to content

Commit

Permalink
Update stable to 10.19.2n
Browse files Browse the repository at this point in the history
  • Loading branch information
extrange authored and github-actions[bot] committed May 23, 2024
1 parent d64eebf commit a279272
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
22 changes: 11 additions & 11 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ authors = [
{name = "extrange", email = "[email protected]"},
]
dependencies = [
"pytest>=8.1.1",
"pytest>=8.2.1",
"ib-insync>=0.9.86",
"pytest-asyncio>=0.23.6",
"pytest-asyncio>=0.23.7",
]
requires-python = "==3.12.*"
readme = "README.md"
Expand Down
6 changes: 3 additions & 3 deletions stable/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.19.2m-standalone-linux-x64.sh"
ENV INSTALL_FILENAME="ibgateway-10.19.2n-standalone-linux-x64.sh"

# Fetch hashes
RUN wget2 https://github.com/extrange/ibkr-docker/releases/download/10.19.2m-stable/ibgateway-10.19.2m-standalone-linux-x64.sh.sha256 \
RUN wget2 https://github.com/extrange/ibkr-docker/releases/download/10.19.2n-stable/ibgateway-10.19.2n-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.19.2m-stable/ibgateway-10.19.2m-standalone-linux-x64.sh \
RUN wget2 https://github.com/extrange/ibkr-docker/releases/download/10.19.2n-stable/ibgateway-10.19.2n-standalone-linux-x64.sh \
-O "$INSTALL_FILENAME" \
&& sha256sum -c hash \
&& chmod +x "$INSTALL_FILENAME" \
Expand Down

0 comments on commit a279272

Please sign in to comment.