Skip to content

Commit 44243ac

Browse files
🤖 Automated update from Universal Apps (#6270)
1 parent 2e18c43 commit 44243ac

10 files changed

Lines changed: 10 additions & 10 deletions

File tree

Apps/discopanel/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "discopanel",
3-
"version": "v2.0.13",
3+
"version": "v2.0.14",
44
"image": "nickheyer/discopanel",
55
"youtube": "",
66
"docs_link": "https://docs.discopanel.app"

Apps/discopanel/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
# Name of the container
1111
container_name: big-bear-discopanel
1212
# Image to be used for the container
13-
image: nickheyer/discopanel:v2.0.13
13+
image: nickheyer/discopanel:v2.0.14
1414
# Container restart policy
1515
restart: unless-stopped
1616
# Host networking is required so DiscoPanel can expose the dynamic

Apps/gitea/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "gitea",
3-
"version": "1.26.3",
3+
"version": "1.26.4",
44
"image": "gitea/gitea",
55
"youtube": "",
66
"docs_link": "https://docs.gitea.com/"

Apps/gitea/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: big-bear-gitea
22
services:
33
big-bear-gitea:
44
container_name: big-bear-gitea
5-
image: gitea/gitea:1.26.3
5+
image: gitea/gitea:1.26.4
66
restart: unless-stopped
77
ports:
88
- "3000:3000"

Apps/invoice-ninja/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "invoice-ninja",
3-
"version": "5.13.24",
3+
"version": "5.13.25",
44
"image": "invoiceninja/invoiceninja",
55
"youtube": "",
66
"docs_link": ""

Apps/invoice-ninja/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: big-bear-invoice-ninja
55
# Service definitions for the big-bear-invoice-ninja application
66
services:
77
big-bear-invoice-ninja:
8-
image: invoiceninja/invoiceninja:5.13.24
8+
image: invoiceninja/invoiceninja:5.13.25
99
container_name: big-bear-invoice-ninja
1010
restart: unless-stopped
1111
user: 1500:1500

Apps/stalwart-mail/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "stalwart-mail",
3-
"version": "v0.16.9",
3+
"version": "v0.16.10",
44
"image": "stalwartlabs/stalwart",
55
"youtube": "",
66
"docs_link": ""

Apps/stalwart-mail/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ services:
1212
# Name of the container
1313
container_name: big-bear-stalwart-mail
1414
# Image to be used for the container specifies the stalwartlabs/mail-server version and source
15-
image: stalwartlabs/stalwart:v0.16.9
15+
image: stalwartlabs/stalwart:v0.16.10
1616
# Container restart policy - restarts the container unless manually stopped
1717
restart: unless-stopped
1818
# Volume mappings required for system integration

Apps/tianji/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "tianji",
3-
"version": "1.32.4",
3+
"version": "1.32.6",
44
"image": "moonrailgun/tianji",
55
"youtube": "",
66
"docs_link": ""

Apps/tianji/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
# Name of the container
1111
container_name: big-bear-tianji
1212
# Image to be used for the container
13-
image: moonrailgun/tianji:1.32.4
13+
image: moonrailgun/tianji:1.32.6
1414
# Container restart policy
1515
restart: unless-stopped
1616
# Environment variables for the container

0 commit comments

Comments
 (0)