From 38b9b95b58f589100f30f2a5182aa02dc67f01b7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 09:52:35 +0100 Subject: [PATCH] Update `latest` to `10.27.1e` (#75) 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 2bebb21..2be5578 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.27.1d` | `3.18.0` | `latest` `10.27` `10.27.1d` | +| `latest` | `10.27.1e` | `3.18.0` | `latest` `10.27` `10.27.1e` | | `stable` | `10.19.2h` | `3.18.0` | `stable` `10.19` `10.19.2h` | All tags are available in the [container repository](https://github.com/gnzsnz?tab=packages&repo_name=ib-gateway-docker). IB Gateway and TWS share the same version numers and tags. diff --git a/latest/Dockerfile b/latest/Dockerfile index 8fd50dc..ced3e91 100644 --- a/latest/Dockerfile +++ b/latest/Dockerfile @@ -7,7 +7,7 @@ FROM ubuntu:22.04 as setup -ENV IB_GATEWAY_VERSION=10.27.1d +ENV IB_GATEWAY_VERSION=10.27.1e 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.27.1d +ENV IB_GATEWAY_VERSION=10.27.1e # 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 bbfbb09..39b6a20 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.27.1d +ARG IB_VERSION=10.27.1e 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.27.1d +ENV IB_GATEWAY_VERSION=10.27.1e ENV IB_GATEWAY_RELEASE_CHANNEL=latest ENV IBC_VERSION=3.18.0