From b6d004b2dc10e690c75d5f30b057274d8e39595f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 09:21:09 +0100 Subject: [PATCH] Update `latest` to `10.27.1d` (#71) 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 2fdbc82..5f4facd 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.1c` | `3.18.0` | `latest` `10.27` `10.27.1c` | +| `latest` | `10.27.1d` | `3.18.0` | `latest` `10.27` `10.27.1d` | | `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 9126c2f..8fd50dc 100644 --- a/latest/Dockerfile +++ b/latest/Dockerfile @@ -7,7 +7,7 @@ FROM ubuntu:22.04 as setup -ENV IB_GATEWAY_VERSION=10.27.1c +ENV IB_GATEWAY_VERSION=10.27.1d 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.1c +ENV IB_GATEWAY_VERSION=10.27.1d # 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 70a8237..bbfbb09 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.1c +ARG IB_VERSION=10.27.1d 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.1c +ENV IB_GATEWAY_VERSION=10.27.1d ENV IB_GATEWAY_RELEASE_CHANNEL=latest ENV IBC_VERSION=3.18.0