Skip to content

Commit

Permalink
Update latest to 10.20.1i (#58)
Browse files Browse the repository at this point in the history
* Update `latest` to `10.20.1i`

* Update README.md

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Emanuel Fernandes <efernandes@tektorque.com>
  • Loading branch information
3 people authored Jan 19, 2023
1 parent 9464a7b commit c2eb00c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ a VNC server that allows to interact with the IB Gateway user interface (optiona

| Channel | IB Gateway Version | IBC Version | Docker Tags |
| -------- | ------------------ | ----------- | --------------------------- |
| `latest` | `10.20.1h` | `3.15.2` | `latest` `10.20` `10.20.1h` |
| `latest` | `10.20.1i` | `3.15.2` | `latest` `10.20` `10.20.1i` |
| `stable` | `10.19.1j` | `3.15.2` | `stable` `10.19` `10.19.1j` |


Expand Down
4 changes: 2 additions & 2 deletions latest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

FROM ubuntu:22.04 as setup

ENV IB_GATEWAY_VERSION=10.20.1h
ENV IB_GATEWAY_VERSION=10.20.1i
ENV IB_GATEWAY_RELEASE_CHANNEL=latest
ENV IBC_VERSION=3.15.2

Expand Down Expand Up @@ -50,7 +50,7 @@ COPY ./scripts /root/scripts

FROM ubuntu:22.04

ENV IB_GATEWAY_VERSION=10.20.1h
ENV IB_GATEWAY_VERSION=10.20.1i

WORKDIR /root

Expand Down

0 comments on commit c2eb00c

Please sign in to comment.