Skip to content

Commit c054085

Browse files
committed
Signed-off-by: gnzsnz <[email protected]>
1 parent 23ee6d5 commit c054085

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
echo "channel=$channel" >> $GITHUB_OUTPUT
2424
2525
- name: Set up Docker Buildx
26-
uses: docker/setup-buildx-action@v2
26+
uses: docker/setup-buildx-action@v3
2727

2828
- name: Docker meta
2929
id: meta
30-
uses: docker/metadata-action@v4
30+
uses: docker/metadata-action@v5
3131
with:
3232
images: |
3333
ghcr.io/gnzsnz/ib-gateway
@@ -40,14 +40,14 @@ jobs:
4040
type=match,pattern=v(\d+.\d+.\w+)+\-(stable|latest),group=2
4141
4242
- name: Log in to the Container registry
43-
uses: docker/login-action@v2
43+
uses: docker/login-action@v3
4444
with:
4545
registry: ghcr.io
4646
username: ${{ github.actor }}
4747
password: ${{ secrets.GITHUB_TOKEN }}
4848

4949
- name: Log in to the Container registry
50-
uses: docker/login-action@v2
50+
uses: docker/login-action@v3
5151
with:
5252
username: ${{ secrets.DOCKERHUB_USERNAME }}
5353
password: ${{ secrets.DOCKERHUB_TOKEN }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ a VNC server that allows to interact with the IB Gateway user interface (optiona
2222

2323
| Channel | IB Gateway Version | IBC Version | Docker Tags |
2424
| -------- | ------------------ | ----------- | --------------------------- |
25-
| `latest` | `10.25.1e` | `3.18.0` | `latest` `10.25` `10.25.1e` |
25+
| `latest` | `10.25.1h` | `3.18.0` | `latest` `10.25` `10.25.1h` |
2626
| `stable` | `10.19.2d` | `3.18.0` | `stable` `10.19` `10.19.2d` |
2727

2828
This `README` might not have the latest tags, but you can always get [stable](https://github.com/users/gnzsnz/packages/container/ib-gateway/117795730?tag=stable) and [latest](https://github.com/users/gnzsnz/packages/container/ib-gateway/120858613?tag=latest) plus all available [tags](https://github.com/gnzsnz/ib-gateway-docker/pkgs/container/ib-gateway/).

latest/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
FROM ubuntu:22.04 as setup
1010

11-
ENV IB_GATEWAY_VERSION=10.25.1f
11+
ENV IB_GATEWAY_VERSION=10.25.1h
1212
ENV IB_GATEWAY_RELEASE_CHANNEL=latest
1313
ENV IBC_VERSION=3.18.0
1414

@@ -47,7 +47,7 @@ COPY ./scripts /root/scripts
4747

4848
FROM ubuntu:22.04
4949

50-
ENV IB_GATEWAY_VERSION=10.25.1f
50+
ENV IB_GATEWAY_VERSION=10.25.1h
5151

5252
WORKDIR /root
5353
COPY --from=setup /usr/local/i4j_jres/ /usr/local/i4j_jres

0 commit comments

Comments
 (0)