File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
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.1i ` | ` 3.15.2 ` | ` latest ` ` 10.20 ` ` 10.20.1i ` |
24+ | ` latest ` | ` 10.22.1m ` | ` 3.16.0 ` | ` latest ` ` 10.22 ` ` 10.22.1m ` |
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.1i
11+ ENV IB_GATEWAY_VERSION=10.22.1m
1212ENV IB_GATEWAY_RELEASE_CHANNEL=latest
13- ENV IBC_VERSION=3.15.2
13+ ENV IBC_VERSION=3.16.0
1414
1515# Prepare system
1616RUN apt-get update -y
@@ -50,7 +50,7 @@ COPY ./scripts /root/scripts
5050
5151FROM ubuntu:22.04
5252
53- ENV IB_GATEWAY_VERSION=10.20.1i
53+ ENV IB_GATEWAY_VERSION=10.22.1m
5454
5555WORKDIR /root
5656
You can’t perform that action at this time.
0 commit comments