Skip to content

Commit

Permalink
Update latest to 10.26.1j (#58)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
github-actions[bot] and github-actions authored Jan 5, 2024
1 parent 97a79cd commit 89f064f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ It includes:

| Channel | IB Gateway Version | IBC Version | Docker Tags |
| -------- | ------------------ | ----------- | --------------------------- |
| `latest` | `10.26.1i` | `3.18.0` | `latest` `10.19` `10.26.1i` |
| `latest` | `10.26.1j` | `3.18.0` | `latest` `10.26` `10.26.1j` |
| `stable` | `10.19.2h` | `3.18.0` | `stable` `10.19` `10.19.2h` |

All [tags](https://github.com/gnzsnz/ib-gateway-docker/pkgs/container/ib-gateway/) are available in the container repository. IB Gateway and TWS share the same version numers and tags, TWS tags are available on it's [container repository](https://github.com/gnzsnz/ib-gateway-docker/pkgs/container/tws-rdesktop).
Expand Down Expand Up @@ -134,7 +134,6 @@ SAVE_TWS_SETTINGS=
RELOGIN_AFTER_2FA_TIMEOUT=yes
TIME_ZONE=Europe/Lisbon
CUSTOM_CONFIG=
JAVA_HEAP_SIZE=
SSH_TUNNEL=
SSH_OPTIONS=
SSH_ALIVE_INTERVAL=
Expand Down
4 changes: 2 additions & 2 deletions latest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

FROM ubuntu:22.04 as setup

ENV IB_GATEWAY_VERSION=10.26.1i
ENV IB_GATEWAY_VERSION=10.26.1j
ENV IB_GATEWAY_RELEASE_CHANNEL=latest
ENV IBC_VERSION=3.18.0

Expand Down Expand Up @@ -48,7 +48,7 @@ COPY ./scripts /root/scripts

FROM ubuntu:22.04

ENV IB_GATEWAY_VERSION=10.26.1i
ENV IB_GATEWAY_VERSION=10.26.1j
# IB Gateway user constants
ARG USER_ID="${USER_ID:-1000}"
ARG USER_GID="${USER_GID:-1000}"
Expand Down
4 changes: 2 additions & 2 deletions latest/Dockerfile.tws
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# This is a dedicated stage used as source for needed files.
#
##############################################################################
ARG IB_VERSION=10.26.1i
ARG IB_VERSION=10.26.1j
FROM ghcr.io/gnzsnz/ib-gateway:${IB_VERSION} as setup

WORKDIR /
Expand All @@ -15,7 +15,7 @@ WORKDIR /

FROM lscr.io/linuxserver/rdesktop:ubuntu-xfce

ENV IB_GATEWAY_VERSION=10.26.1i
ENV IB_GATEWAY_VERSION=10.26.1j
ENV IB_GATEWAY_RELEASE_CHANNEL=latest
ENV IBC_VERSION=3.18.0

Expand Down

0 comments on commit 89f064f

Please sign in to comment.