From c2eb00c8ae066c6e6c75d0fe38dad88f3cebb4da Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Jan 2023 20:51:08 +0000 Subject: [PATCH] Update `latest` to `10.20.1i` (#58) * Update `latest` to `10.20.1i` * Update README.md Co-authored-by: github-actions Co-authored-by: Emanuel Fernandes --- README.md | 2 +- latest/Dockerfile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d6be1e2..b66566a 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ a VNC server that allows to interact with the IB Gateway user interface (optiona | Channel | IB Gateway Version | IBC Version | Docker Tags | | -------- | ------------------ | ----------- | --------------------------- | -| `latest` | `10.20.1h` | `3.15.2` | `latest` `10.20` `10.20.1h` | +| `latest` | `10.20.1i` | `3.15.2` | `latest` `10.20` `10.20.1i` | | `stable` | `10.19.1j` | `3.15.2` | `stable` `10.19` `10.19.1j` | diff --git a/latest/Dockerfile b/latest/Dockerfile index 00d0923..589b639 100644 --- a/latest/Dockerfile +++ b/latest/Dockerfile @@ -8,7 +8,7 @@ FROM ubuntu:22.04 as setup -ENV IB_GATEWAY_VERSION=10.20.1h +ENV IB_GATEWAY_VERSION=10.20.1i ENV IB_GATEWAY_RELEASE_CHANNEL=latest ENV IBC_VERSION=3.15.2 @@ -50,7 +50,7 @@ COPY ./scripts /root/scripts FROM ubuntu:22.04 -ENV IB_GATEWAY_VERSION=10.20.1h +ENV IB_GATEWAY_VERSION=10.20.1i WORKDIR /root