Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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 && \
Expand Down
Loading