File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ Images are provided for [IB gateway][1] and [TWS][2]. With the following tags:
3636
3737| Image| Channel | IB Gateway Version | IBC Version | Docker Tags |
3838| --- | -------- | ------------------- | ---------------- | ---------------------------------------------- |
39- | [ ib-gateway] [ 1 ] | ` latest ` | ` 10.40.1a ` | ` 3.23.0 ` | ` latest ` ` 10.40 ` ` 10.40.1a ` |
39+ | [ ib-gateway] [ 1 ] | ` latest ` | ` 10.40.1b ` | ` 3.23.0 ` | ` latest ` ` 10.40 ` ` 10.40.1b ` |
4040| [ ib-gateway] [ 1 ] | ` stable ` | ` 10.37.1l ` | ` 3.23.0 ` | ` stable ` ` 10.37 ` ` 10.37.1l ` |
41- | [ tws-rdesktop] [ 2 ] | ` latest ` | ` 10.40.1a ` | ` 3.23.0 ` | ` latest ` ` 10.40 ` ` 10.40.1a ` |
41+ | [ tws-rdesktop] [ 2 ] | ` latest ` | ` 10.40.1b ` | ` 3.23.0 ` | ` latest ` ` 10.40 ` ` 10.40.1b ` |
4242| [ tws-rdesktop] [ 2 ] | ` stable ` | ` 10.37.1l ` | ` 3.23.0 ` | ` stable ` ` 10.37 ` ` 10.37.1l ` |
4343
4444All tags are available in the container repository for [ ib-gateway] [ 1 ] and
@@ -525,7 +525,7 @@ value in seconds defined in `SSH_RESTART`.
525525This is experimental, so expects bugs.
526526
527527Please go to discussions section to see common problems. Avoid creating issues unless
528- you have empirically probed that is a bug, ex it does not work to me is not a bug.
528+ you have empirically probed that is a bug, ie it does not work to me is not a bug.
529529
530530To use aarch64 you just need to run :
531531
Original file line number Diff line number Diff line change 88# hadolint global ignore=DL3008
99FROM ubuntu:24.04 AS setup
1010
11- ENV IB_GATEWAY_VERSION=10.40.1a
11+ ENV IB_GATEWAY_VERSION=10.40.1b
1212ENV IB_GATEWAY_CHANNEL=latest
1313ENV IBC_VERSION=3.23.0
1414ARG DEBIAN_FRONTEND=noninteractive
@@ -66,7 +66,7 @@ COPY ./scripts /root/scripts
6666
6767FROM ubuntu:24.04
6868
69- ENV IB_GATEWAY_VERSION=10.40.1a
69+ ENV IB_GATEWAY_VERSION=10.40.1b
7070# IB Gateway user constants
7171ARG USER_ID="${USER_ID:-1000}"
7272ARG USER_GID="${USER_GID:-1000}"
Original file line number Diff line number Diff line change 77
88# hadolint global ignore=DL3008
99
10- ARG IB_VERSION=10.40.1a
10+ ARG IB_VERSION=10.40.1b
1111FROM ghcr.io/gnzsnz/ib-gateway:${IB_VERSION} AS setup
1212
1313WORKDIR /
@@ -18,7 +18,7 @@ WORKDIR /
1818
1919FROM lscr.io/linuxserver/rdesktop:ubuntu-xfce
2020
21- ENV IB_GATEWAY_VERSION=10.40.1a
21+ ENV IB_GATEWAY_VERSION=10.40.1b
2222ENV IB_GATEWAY_RELEASE_CHANNEL=latest
2323ENV IBC_VERSION=3.23.0
2424
You can’t perform that action at this time.
0 commit comments