From de00e992480a1ab39db9addf54b98bace3d4fe50 Mon Sep 17 00:00:00 2001 From: Pigbibi <20649888+Pigbibi@users.noreply.github.com> Date: Thu, 27 Aug 2026 08:24:19 +0800 Subject: [PATCH] fix: roll back unready IB Gateway runtime Co-Authored-By: Codex --- Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1a04657..3642127 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,7 @@ -FROM gnzsnz/ib-gateway:10.50.1d +# 10.50.1d authenticated but did not restore the API listener on the live +# Gateway after the 2026-08-25 rollout. Keep the last verified runtime until +# the upstream regression has an isolated Gateway validation. +FROM gnzsnz/ib-gateway:10.48.1d USER root RUN apt-get update && \