From 3841a18ba586acfb2b96f932e7c20b39ff60799c Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 22 Jul 2025 08:30:39 +0000 Subject: [PATCH] Update `latest` to `10.39.1c` --- latest/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/latest/Dockerfile b/latest/Dockerfile index 3323d522..0b9cd3b5 100644 --- a/latest/Dockerfile +++ b/latest/Dockerfile @@ -8,9 +8,9 @@ FROM ubuntu:22.04 as setup -ENV IB_GATEWAY_VERSION=10.22.1m +ENV IB_GATEWAY_VERSION=10.39.1c ENV IB_GATEWAY_RELEASE_CHANNEL=latest -ENV IBC_VERSION=3.16.0 +ENV IBC_VERSION=3.15.2 # Prepare system RUN apt-get update -y @@ -50,7 +50,7 @@ COPY ./scripts /root/scripts FROM ubuntu:22.04 -ENV IB_GATEWAY_VERSION=10.22.1m +ENV IB_GATEWAY_VERSION=10.39.1c WORKDIR /root