Skip to content

Commit

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

* 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 Nov 12, 2022
1 parent 2e550f5 commit 905d488
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.1b` | `3.14.0` | `latest` `10.20` `10.20.1b` |
| `latest` | `10.20.1c` | `3.14.0` | `latest` `10.20` `10.20.1c` |
| `stable` | `10.12.2x` | `3.14.0` | `stable` `10.12` `10.12.2x` |


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.1b
ENV IB_GATEWAY_VERSION=10.20.1c
ENV IB_GATEWAY_RELEASE_CHANNEL=latest
ENV IBC_VERSION=3.14.0

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

FROM ubuntu:22.04

ENV IB_GATEWAY_VERSION=10.20.1b
ENV IB_GATEWAY_VERSION=10.20.1c

WORKDIR /root

Expand Down

0 comments on commit 905d488

Please sign in to comment.