Skip to content

Commit a66a334

Browse files
github-actions[bot]github-actions
andauthored
Update stable to 10.37.1o (#348)
Co-authored-by: github-actions <[email protected]>
1 parent ed5755e commit a66a334

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

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

33
[![Build](https://github.com/gnzsnz/ib-gateway-docker/actions/workflows/on-push-n-pr.yml/badge.svg?branch=master)](https://github.com/gnzsnz/ib-gateway-docker/actions) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![GitHub Discussions](https://img.shields.io/github/discussions/gnzsnz/ib-gateway-docker)](https://github.com/gnzsnz/ib-gateway-docker/discussions) [![GitHub Repo stars](https://img.shields.io/github/stars/gnzsnz/ib-gateway-docker)](#repo-stats) [![GitHub forks](https://img.shields.io/github/forks/gnzsnz/ib-gateway-docker)](https://github.com/gnzsnz/ib-gateway-docker/network/members)
44

5-
<img src="https://github.com/gnzsnz/ib-gateway-docker/blob/master/logo.png" height="300" alt="IB Gateway Docker"/>
5+
<img src="https://github.com/gnzsnz/ib-gateway-docker/blob/master/logo.png" height="300" class="center" alt="IB Gateway Docker"/>
66

77
## What is it?
88

@@ -40,9 +40,9 @@ Images are provided for [IB gateway][1] and [TWS][2]. With the following tags:
4040
| Image| Channel | IB Gateway Version | IBC Version | Docker Tags |
4141
| --- | -------- | ------------------- | ---------------- | ---------------------------------------------- |
4242
| [ib-gateway][1] | `latest` | `10.42.1a` | `3.23.0` | `latest` `10.42` `10.42.1a` |
43-
| [ib-gateway][1] |`stable` | `10.37.1n` | `3.23.0` | `stable` `10.37` `10.37.1n` |
43+
| [ib-gateway][1] |`stable` | `10.37.1o` | `3.23.0` | `stable` `10.37` `10.37.1o` |
4444
| [tws-rdesktop][2] | `latest` | `10.42.1a` | `3.23.0` | `latest` `10.42` `10.42.1a` |
45-
| [tws-rdesktop][2] |`stable` | `10.37.1n` | `3.23.0` | `stable` `10.37` `10.37.1n` |
45+
| [tws-rdesktop][2] |`stable` | `10.37.1o` | `3.23.0` | `stable` `10.37` `10.37.1o` |
4646

4747
All tags are available in the container repository for [ib-gateway][1] and
4848
[tws-rdesktop][2]. IB Gateway and TWS share the same version numbers and tags.

stable/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# hadolint global ignore=DL3008,DL4006
99
FROM ubuntu:24.04 AS setup
1010

11-
ENV IB_GATEWAY_VERSION=10.37.1n
11+
ENV IB_GATEWAY_VERSION=10.37.1o
1212
ENV IB_GATEWAY_CHANNEL=stable
1313
ENV IBC_VERSION=3.23.0
1414
ARG DEBIAN_FRONTEND=noninteractive
@@ -66,7 +66,7 @@ COPY ./scripts /root/scripts
6666

6767
FROM ubuntu:24.04
6868

69-
ENV IB_GATEWAY_VERSION=10.37.1n
69+
ENV IB_GATEWAY_VERSION=10.37.1o
7070
# IB Gateway user constants
7171
ARG USER_ID="${USER_ID:-1000}"
7272
ARG USER_GID="${USER_GID:-1000}"

stable/Dockerfile.tws

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

88
# hadolint global ignore=DL3008
99

10-
ARG IB_VERSION=10.37.1n
10+
ARG IB_VERSION=10.37.1o
1111
FROM ghcr.io/gnzsnz/ib-gateway:${IB_VERSION} AS setup
1212

1313
WORKDIR /
@@ -18,7 +18,7 @@ WORKDIR /
1818

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

21-
ENV IB_GATEWAY_VERSION=10.37.1n
21+
ENV IB_GATEWAY_VERSION=10.37.1o
2222
ENV IB_GATEWAY_RELEASE_CHANNEL=stable
2323
ENV IBC_VERSION=3.23.0
2424

0 commit comments

Comments
 (0)