From fac5b8e014b089b80f5145a2c5371f5530b5135a Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 9 Apr 2024 08:17:46 +0000 Subject: [PATCH] Update `stable` to `10.19.2l` --- stable/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/Dockerfile b/stable/Dockerfile index 83cfd8c..94c0165 100644 --- a/stable/Dockerfile +++ b/stable/Dockerfile @@ -8,7 +8,7 @@ FROM ubuntu:22.04 as setup -ENV IB_GATEWAY_VERSION=10.19.1j +ENV IB_GATEWAY_VERSION=10.19.2l 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.1j +ENV IB_GATEWAY_VERSION=10.19.2l WORKDIR /root