From 9464a7bb5855fa3abefbb7e9ba3618f17fd43f88 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:46:17 +0000 Subject: [PATCH] Update `stable` to `10.19.1j` (#57) * Update `stable` to `10.19.1j` * Update README.md Co-authored-by: github-actions Co-authored-by: Emanuel Fernandes --- README.md | 2 +- stable/Dockerfile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b7adf4a..d6be1e2 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,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` | -| `stable` | `10.19.1i` | `3.15.2` | `stable` `10.19` `10.19.1i` | +| `stable` | `10.19.1j` | `3.15.2` | `stable` `10.19` `10.19.1j` | See all available tags [here](https://github.com/UnusualAlpha/ib-gateway-docker/pkgs/container/ib-gateway/). diff --git a/stable/Dockerfile b/stable/Dockerfile index 172ab28..83cfd8c 100644 --- a/stable/Dockerfile +++ b/stable/Dockerfile @@ -8,7 +8,7 @@ FROM ubuntu:22.04 as setup -ENV IB_GATEWAY_VERSION=10.19.1i +ENV IB_GATEWAY_VERSION=10.19.1j ENV IB_GATEWAY_RELEASE_CHANNEL=stable ENV IBC_VERSION=3.15.2 @@ -50,7 +50,7 @@ COPY ./scripts /root/scripts FROM ubuntu:22.04 -ENV IB_GATEWAY_VERSION=10.19.1i +ENV IB_GATEWAY_VERSION=10.19.1j WORKDIR /root