Skip to content

Commit

Permalink
Update stable to 10.19.1g (#41)
Browse files Browse the repository at this point in the history
* Update `stable` to `10.19.1g`

* 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 16, 2022
1 parent 905d488 commit 8c19278
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 @@ -22,7 +22,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.1c` | `3.14.0` | `latest` `10.20` `10.20.1c` |
| `stable` | `10.12.2x` | `3.14.0` | `stable` `10.12` `10.12.2x` |
| `stable` | `10.19.1g` | `3.14.0` | `stable` `10.19` `10.19.1g` |


See all available tags [here](https://github.com/UnusualAlpha/ib-gateway-docker/pkgs/container/ib-gateway/).
Expand Down
4 changes: 2 additions & 2 deletions stable/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.12.2x
ENV IB_GATEWAY_VERSION=10.19.1g
ENV IB_GATEWAY_RELEASE_CHANNEL=stable
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.12.2x
ENV IB_GATEWAY_VERSION=10.19.1g

WORKDIR /root

Expand Down

0 comments on commit 8c19278

Please sign in to comment.