diff --git a/stable/Dockerfile b/stable/Dockerfile index b262837..08ef35a 100644 --- a/stable/Dockerfile +++ b/stable/Dockerfile @@ -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.1m-standalone-linux-x64.sh" +ENV INSTALL_FILENAME="ibgateway-10.30.1o-standalone-linux-x64.sh" # Fetch hashes -RUN wget2 "https://github.com/extrange/ibkr-docker/releases/download/10.30.1m-stable/ibgateway-10.30.1m-standalone-linux-x64.sh.sha256" \ +RUN wget2 "https://github.com/extrange/ibkr-docker/releases/download/10.30.1o-stable/ibgateway-10.30.1o-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.1m-stable/ibgateway-10.30.1m-standalone-linux-x64.sh" \ +RUN wget2 "https://github.com/extrange/ibkr-docker/releases/download/10.30.1o-stable/ibgateway-10.30.1o-standalone-linux-x64.sh" \ -O "$INSTALL_FILENAME" \ && sha256sum -c hash \ && chmod +x "$INSTALL_FILENAME" \