From e48cb360ef4cbf710d2e7389feaa26fbe10e06f1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 12:47:53 +0200 Subject: [PATCH] Update `latest` to `10.32.1f` (#183) Co-authored-by: github-actions --- README.md | 4 ++-- latest/Dockerfile | 4 ++-- latest/Dockerfile.tws | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8bd74a7..5d27b52 100644 --- a/README.md +++ b/README.md @@ -35,9 +35,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.1e` | `3.20.0` | `latest` `10.32` `10.32.1e` | +| [ib-gateway][1] | `latest` | `10.32.1f` | `3.20.0` | `latest` `10.32` `10.32.1f` | | [ib-gateway][1] |`stable` | `10.19.2p` | `3.20.0` | `stable` `10.19` `10.19.2p` | -| [tws-rdesktop][2] | `latest` | `10.32.1e` | `3.20.0` | `latest` `10.32` `10.32.1e` | +| [tws-rdesktop][2] | `latest` | `10.32.1f` | `3.20.0` | `latest` `10.32` `10.32.1f` | | [tws-rdesktop][2] |`stable` | `10.19.2p` | `3.20.0` | `stable` `10.19` `10.19.2p` | 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/latest/Dockerfile b/latest/Dockerfile index 459c22b..cc76889 100644 --- a/latest/Dockerfile +++ b/latest/Dockerfile @@ -8,7 +8,7 @@ # hadolint global ignore=DL3008 FROM ubuntu:24.04 AS setup -ENV IB_GATEWAY_VERSION=10.32.1e +ENV IB_GATEWAY_VERSION=10.32.1f ENV IB_GATEWAY_RELEASE_CHANNEL=latest ENV IBC_VERSION=3.20.0 @@ -49,7 +49,7 @@ COPY ./scripts /root/scripts FROM ubuntu:24.04 -ENV IB_GATEWAY_VERSION=10.32.1e +ENV IB_GATEWAY_VERSION=10.32.1f # IB Gateway user constants ARG USER_ID="${USER_ID:-1000}" ARG USER_GID="${USER_GID:-1000}" diff --git a/latest/Dockerfile.tws b/latest/Dockerfile.tws index 9503683..c9c095a 100644 --- a/latest/Dockerfile.tws +++ b/latest/Dockerfile.tws @@ -7,7 +7,7 @@ # hadolint global ignore=DL3008 -ARG IB_VERSION=10.32.1e +ARG IB_VERSION=10.32.1f 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.32.1e +ENV IB_GATEWAY_VERSION=10.32.1f ENV IB_GATEWAY_RELEASE_CHANNEL=latest ENV IBC_VERSION=3.20.0