Skip to content

Commit

Permalink
Update latest to 10.28.1g (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Apr 10, 2024
1 parent cced1b5 commit 5ffe251
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Images are provided for [IB gateway](https://github.com/users/gnzsnz/packages/co

| Channel | IB Gateway Version | IBC Version | Docker Tags |
| -------- | ------------------- | ---------------- | ---------------------------------------------- |
| `latest` | `10.28.1f` | `3.18.0` | `latest` `10.28` `10.28.1f` |
| `latest` | `10.28.1g` | `3.18.0` | `latest` `10.28` `10.28.1g` |
| `stable` | `10.19.2l` | `3.18.0` | `stable` `10.19` `10.19.2l` |

All tags are available in the container repository for [ib-gateway](https://github.com/users/gnzsnz/packages/container/package/ib-gateway) and [tws-rdesktop](https://github.com/gnzsnz/ib-gateway-docker/pkgs/container/tws-rdesktop). IB Gateway and TWS share the same version numbers and tags.
Expand Down
4 changes: 2 additions & 2 deletions latest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

FROM ubuntu:22.04 as setup

ENV IB_GATEWAY_VERSION=10.28.1f
ENV IB_GATEWAY_VERSION=10.28.1g
ENV IB_GATEWAY_RELEASE_CHANNEL=latest
ENV IBC_VERSION=3.18.0

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

FROM ubuntu:22.04

ENV IB_GATEWAY_VERSION=10.28.1f
ENV IB_GATEWAY_VERSION=10.28.1g
# IB Gateway user constants
ARG USER_ID="${USER_ID:-1000}"
ARG USER_GID="${USER_GID:-1000}"
Expand Down
4 changes: 2 additions & 2 deletions latest/Dockerfile.tws
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# This is a dedicated stage used as source for needed files.
#
##############################################################################
ARG IB_VERSION=10.28.1f
ARG IB_VERSION=10.28.1g
FROM ghcr.io/gnzsnz/ib-gateway:${IB_VERSION} as setup

WORKDIR /
Expand All @@ -15,7 +15,7 @@ WORKDIR /

FROM lscr.io/linuxserver/rdesktop:ubuntu-xfce

ENV IB_GATEWAY_VERSION=10.28.1f
ENV IB_GATEWAY_VERSION=10.28.1g
ENV IB_GATEWAY_RELEASE_CHANNEL=latest
ENV IBC_VERSION=3.18.0

Expand Down

0 comments on commit 5ffe251

Please sign in to comment.