Skip to content

Commit b9017e3

Browse files
github-actions[bot]github-actionsefernandesng
authored
Update latest to 10.22.1m (#78)
* Update `latest` to `10.22.1m` * Update README.md * Update Dockerfile --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Emanuel Fernandes <[email protected]>
1 parent c2eb00c commit b9017e3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.1i` | `3.15.2` | `latest` `10.20` `10.20.1i` |
24+
| `latest` | `10.22.1m` | `3.16.0` | `latest` `10.22` `10.22.1m` |
2525
| `stable` | `10.19.1j` | `3.15.2` | `stable` `10.19` `10.19.1j` |
2626

2727

latest/Dockerfile

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

99
FROM ubuntu:22.04 as setup
1010

11-
ENV IB_GATEWAY_VERSION=10.20.1i
11+
ENV IB_GATEWAY_VERSION=10.22.1m
1212
ENV IB_GATEWAY_RELEASE_CHANNEL=latest
13-
ENV IBC_VERSION=3.15.2
13+
ENV IBC_VERSION=3.16.0
1414

1515
# Prepare system
1616
RUN apt-get update -y
@@ -50,7 +50,7 @@ COPY ./scripts /root/scripts
5050

5151
FROM ubuntu:22.04
5252

53-
ENV IB_GATEWAY_VERSION=10.20.1i
53+
ENV IB_GATEWAY_VERSION=10.22.1m
5454

5555
WORKDIR /root
5656

0 commit comments

Comments
 (0)