diff --git a/README.md b/README.md index c467423..fc01295 100644 --- a/README.md +++ b/README.md @@ -36,9 +36,9 @@ Images are provided for [IB gateway][1] and [TWS][2]. With the following tags: | Image| Channel | IB Gateway Version | IBC Version | Docker Tags | | --- | -------- | ------------------- | ---------------- | ---------------------------------------------- | | [ib-gateway][1] | `latest` | `10.32.1g` | `3.20.0` | `latest` `10.32` `10.32.1g` | -| [ib-gateway][1] |`stable` | `10.30.1l` | `3.20.0` | `stable` `10.30` `10.30.1l` | +| [ib-gateway][1] |`stable` | `10.30.1m` | `3.20.0` | `stable` `10.30` `10.30.1m` | | [tws-rdesktop][2] | `latest` | `10.32.1g` | `3.20.0` | `latest` `10.32` `10.32.1g` | -| [tws-rdesktop][2] |`stable` | `10.30.1l` | `3.20.0` | `stable` `10.30` `10.30.1l` | +| [tws-rdesktop][2] |`stable` | `10.30.1m` | `3.20.0` | `stable` `10.30` `10.30.1m` | All tags are available in the container repository for [ib-gateway][1] and [tws-rdesktop][2]. IB Gateway and TWS share the same version numbers and tags. diff --git a/stable/Dockerfile b/stable/Dockerfile index b25de9f..443433e 100644 --- a/stable/Dockerfile +++ b/stable/Dockerfile @@ -8,7 +8,7 @@ # hadolint global ignore=DL3008 FROM ubuntu:24.04 AS setup -ENV IB_GATEWAY_VERSION=10.30.1l +ENV IB_GATEWAY_VERSION=10.30.1m ENV IB_GATEWAY_RELEASE_CHANNEL=stable ENV IBC_VERSION=3.20.0 @@ -49,7 +49,7 @@ COPY ./scripts /root/scripts FROM ubuntu:24.04 -ENV IB_GATEWAY_VERSION=10.30.1l +ENV IB_GATEWAY_VERSION=10.30.1m # IB Gateway user constants ARG USER_ID="${USER_ID:-1000}" ARG USER_GID="${USER_GID:-1000}" diff --git a/stable/Dockerfile.tws b/stable/Dockerfile.tws index db35012..0e147f7 100644 --- a/stable/Dockerfile.tws +++ b/stable/Dockerfile.tws @@ -7,7 +7,7 @@ # hadolint global ignore=DL3008 -ARG IB_VERSION=10.30.1l +ARG IB_VERSION=10.30.1m FROM ghcr.io/gnzsnz/ib-gateway:${IB_VERSION} AS setup WORKDIR / @@ -18,7 +18,7 @@ WORKDIR / FROM lscr.io/linuxserver/rdesktop:ubuntu-xfce -ENV IB_GATEWAY_VERSION=10.30.1l +ENV IB_GATEWAY_VERSION=10.30.1m ENV IB_GATEWAY_RELEASE_CHANNEL=stable ENV IBC_VERSION=3.20.0