File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ a VNC server that allows to interact with the IB Gateway user interface (optiona
2121
2222| Channel | IB Gateway Version | IBC Version | Docker Tags |
2323| -------- | ------------------ | ----------- | --------------------------- |
24- | ` latest ` | ` 10.20.1h ` | ` 3.15.2 ` | ` latest ` ` 10.20 ` ` 10.20.1h ` |
24+ | ` latest ` | ` 10.20.1i ` | ` 3.15.2 ` | ` latest ` ` 10.20 ` ` 10.20.1i ` |
2525| ` stable ` | ` 10.19.1j ` | ` 3.15.2 ` | ` stable ` ` 10.19 ` ` 10.19.1j ` |
2626
2727
Original file line number Diff line number Diff line change 88
99FROM ubuntu:22.04 as setup
1010
11- ENV IB_GATEWAY_VERSION=10.20.1h
11+ ENV IB_GATEWAY_VERSION=10.20.1i
1212ENV IB_GATEWAY_RELEASE_CHANNEL=latest
1313ENV IBC_VERSION=3.15.2
1414
@@ -50,7 +50,7 @@ COPY ./scripts /root/scripts
5050
5151FROM ubuntu:22.04
5252
53- ENV IB_GATEWAY_VERSION=10.20.1h
53+ ENV IB_GATEWAY_VERSION=10.20.1i
5454
5555WORKDIR /root
5656
You can’t perform that action at this time.
0 commit comments