Skip to content

Commit

Permalink
Merge pull request #33 from gnzsnz/update-latest-to-10.25.1m
Browse files Browse the repository at this point in the history
Update `latest` to `10.25.1m`
  • Loading branch information
gnzsnz authored Oct 26, 2023
2 parents bd93be7 + ea7b984 commit c26c9d9
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.25.1l` | `3.18.0` | `latest` `10.25` `10.25.1l` |
| `latest` | `10.25.1m` | `3.18.0` | `latest` `10.25` `10.25.1m` |
| `stable` | `10.19.2e` | `3.18.0` | `stable` `10.19` `10.19.2e` |

All [tags](https://github.com/gnzsnz/ib-gateway-docker/pkgs/container/ib-gateway/) are available in the container repository.
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.25.1l
ENV IB_GATEWAY_VERSION=10.25.1m
ENV IB_GATEWAY_RELEASE_CHANNEL=latest
ENV IBC_VERSION=3.18.0

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

FROM ubuntu:22.04

ENV IB_GATEWAY_VERSION=10.25.1l
ENV IB_GATEWAY_VERSION=10.25.1m

WORKDIR /root
COPY --from=setup /usr/local/i4j_jres/ /usr/local/i4j_jres
Expand Down

0 comments on commit c26c9d9

Please sign in to comment.