From 2b28d69036132dcbae6002c3e7f1a10d50b5d97e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 10:22:26 +0200 Subject: [PATCH] Update `latest` to `10.28.1f` (#88) Co-authored-by: github-actions --- README.md | 2 +- latest/Dockerfile | 4 ++-- latest/Dockerfile.tws | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 967894a..857b27b 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Images are provided for [IB gateway](https://github.com/users/gnzsnz/packages/co | Channel | IB Gateway Version | IBC Version | Docker Tags | | -------- | ------------------- | ---------------- | ---------------------------------------------- | -| `latest` | `10.28.1e` | `3.18.0` | `latest` `10.28` `10.28.1e` | +| `latest` | `10.28.1f` | `3.18.0` | `latest` `10.28` `10.28.1f` | | `stable` | `10.19.2k` | `3.18.0` | `stable` `10.19` `10.19.2k` | All tags are available in the container repository for [ib-gateway](https://github.com/users/gnzsnz/packages/container/package/ib-gateway) and [tws-rdesktop](https://github.com/gnzsnz/ib-gateway-docker/pkgs/container/tws-rdesktop). IB Gateway and TWS share the same version numbers and tags. diff --git a/latest/Dockerfile b/latest/Dockerfile index 17151b6..c57a981 100644 --- a/latest/Dockerfile +++ b/latest/Dockerfile @@ -7,7 +7,7 @@ FROM ubuntu:22.04 as setup -ENV IB_GATEWAY_VERSION=10.28.1e +ENV IB_GATEWAY_VERSION=10.28.1f ENV IB_GATEWAY_RELEASE_CHANNEL=latest ENV IBC_VERSION=3.18.0 @@ -48,7 +48,7 @@ COPY ./scripts /root/scripts FROM ubuntu:22.04 -ENV IB_GATEWAY_VERSION=10.28.1e +ENV IB_GATEWAY_VERSION=10.28.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 851cf43..eef2c7e 100644 --- a/latest/Dockerfile.tws +++ b/latest/Dockerfile.tws @@ -4,7 +4,7 @@ # This is a dedicated stage used as source for needed files. # ############################################################################## -ARG IB_VERSION=10.28.1e +ARG IB_VERSION=10.28.1f FROM ghcr.io/gnzsnz/ib-gateway:${IB_VERSION} as setup WORKDIR / @@ -15,7 +15,7 @@ WORKDIR / FROM lscr.io/linuxserver/rdesktop:ubuntu-xfce -ENV IB_GATEWAY_VERSION=10.28.1e +ENV IB_GATEWAY_VERSION=10.28.1f ENV IB_GATEWAY_RELEASE_CHANNEL=latest ENV IBC_VERSION=3.18.0