Skip to content

Commit c2eb00c

Browse files
github-actions[bot]github-actionsefernandesng
authored
Update latest to 10.20.1i (#58)
* Update `latest` to `10.20.1i` * Update README.md Co-authored-by: github-actions <[email protected]> Co-authored-by: Emanuel Fernandes <[email protected]>
1 parent 9464a7b commit c2eb00c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ a VNC server that allows to interact with the IB Gateway user interface (optiona
2121

2222
| Channel | IB Gateway Version | IBC Version | Docker Tags |
2323
| -------- | ------------------ | ----------- | --------------------------- |
24-
| `latest` | `10.20.1h` | `3.15.2` | `latest` `10.20` `10.20.1h` |
24+
| `latest` | `10.20.1i` | `3.15.2` | `latest` `10.20` `10.20.1i` |
2525
| `stable` | `10.19.1j` | `3.15.2` | `stable` `10.19` `10.19.1j` |
2626

2727

latest/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
FROM ubuntu:22.04 as setup
1010

11-
ENV IB_GATEWAY_VERSION=10.20.1h
11+
ENV IB_GATEWAY_VERSION=10.20.1i
1212
ENV IB_GATEWAY_RELEASE_CHANNEL=latest
1313
ENV IBC_VERSION=3.15.2
1414

@@ -50,7 +50,7 @@ COPY ./scripts /root/scripts
5050

5151
FROM ubuntu:22.04
5252

53-
ENV IB_GATEWAY_VERSION=10.20.1h
53+
ENV IB_GATEWAY_VERSION=10.20.1i
5454

5555
WORKDIR /root
5656

0 commit comments

Comments
 (0)