diff --git a/README.md b/README.md index d6be1e2..b66566a 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ a VNC server that allows to interact with the IB Gateway user interface (optiona | Channel | IB Gateway Version | IBC Version | Docker Tags | | -------- | ------------------ | ----------- | --------------------------- | -| `latest` | `10.20.1h` | `3.15.2` | `latest` `10.20` `10.20.1h` | +| `latest` | `10.20.1i` | `3.15.2` | `latest` `10.20` `10.20.1i` | | `stable` | `10.19.1j` | `3.15.2` | `stable` `10.19` `10.19.1j` | diff --git a/latest/Dockerfile b/latest/Dockerfile index 00d0923..589b639 100644 --- a/latest/Dockerfile +++ b/latest/Dockerfile @@ -8,7 +8,7 @@ FROM ubuntu:22.04 as setup -ENV IB_GATEWAY_VERSION=10.20.1h +ENV IB_GATEWAY_VERSION=10.20.1i ENV IB_GATEWAY_RELEASE_CHANNEL=latest ENV IBC_VERSION=3.15.2 @@ -50,7 +50,7 @@ COPY ./scripts /root/scripts FROM ubuntu:22.04 -ENV IB_GATEWAY_VERSION=10.20.1h +ENV IB_GATEWAY_VERSION=10.20.1i WORKDIR /root