Skip to content

Commit

Permalink
Update latest to 10.22.1m (#78)
Browse files Browse the repository at this point in the history
* Update `latest` to `10.22.1m`

* Update README.md

* Update Dockerfile

---------

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Emanuel Fernandes <efernandes@tektorque.com>
  • Loading branch information
3 people authored May 23, 2023
1 parent c2eb00c commit b9017e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.1i` | `3.15.2` | `latest` `10.20` `10.20.1i` |
| `latest` | `10.22.1m` | `3.16.0` | `latest` `10.22` `10.22.1m` |
| `stable` | `10.19.1j` | `3.15.2` | `stable` `10.19` `10.19.1j` |


Expand Down
6 changes: 3 additions & 3 deletions latest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

FROM ubuntu:22.04 as setup

ENV IB_GATEWAY_VERSION=10.20.1i
ENV IB_GATEWAY_VERSION=10.22.1m
ENV IB_GATEWAY_RELEASE_CHANNEL=latest
ENV IBC_VERSION=3.15.2
ENV IBC_VERSION=3.16.0

# Prepare system
RUN apt-get update -y
Expand Down Expand Up @@ -50,7 +50,7 @@ COPY ./scripts /root/scripts

FROM ubuntu:22.04

ENV IB_GATEWAY_VERSION=10.20.1i
ENV IB_GATEWAY_VERSION=10.22.1m

WORKDIR /root

Expand Down

0 comments on commit b9017e3

Please sign in to comment.