From b9017e3618949a238e46cd917e1d1ebb206ce1d9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 20:53:37 +0100 Subject: [PATCH] Update `latest` to `10.22.1m` (#78) * Update `latest` to `10.22.1m` * Update README.md * Update Dockerfile --------- Co-authored-by: github-actions Co-authored-by: Emanuel Fernandes --- README.md | 2 +- latest/Dockerfile | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b66566a..f8a26c1 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.1i` | `3.15.2` | `latest` `10.20` `10.20.1i` | +| `latest` | `10.22.1m` | `3.16.0` | `latest` `10.22` `10.22.1m` | | `stable` | `10.19.1j` | `3.15.2` | `stable` `10.19` `10.19.1j` | diff --git a/latest/Dockerfile b/latest/Dockerfile index 589b639..3323d52 100644 --- a/latest/Dockerfile +++ b/latest/Dockerfile @@ -8,9 +8,9 @@ FROM ubuntu:22.04 as setup -ENV IB_GATEWAY_VERSION=10.20.1i +ENV IB_GATEWAY_VERSION=10.22.1m ENV IB_GATEWAY_RELEASE_CHANNEL=latest -ENV IBC_VERSION=3.15.2 +ENV IBC_VERSION=3.16.0 # Prepare system RUN apt-get update -y @@ -50,7 +50,7 @@ COPY ./scripts /root/scripts FROM ubuntu:22.04 -ENV IB_GATEWAY_VERSION=10.20.1i +ENV IB_GATEWAY_VERSION=10.22.1m WORKDIR /root