Skip to content

Commit 5340abb

Browse files
🤖 Automated update from Universal Apps (#6272)
1 parent 01f6114 commit 5340abb

14 files changed

Lines changed: 14 additions & 14 deletions

File tree

Apps/budibase/config.json

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

Apps/budibase/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-budibase
1212
# Image to be used for the container
13-
image: budibase/budibase:3.39.19
13+
image: budibase/budibase:3.39.20
1414
# Container restart policy
1515
restart: unless-stopped
1616
# Volumes to be mounted to the container

Apps/ghostfolio/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "ghostfolio",
3-
"version": "3.13.0",
3+
"version": "3.14.0",
44
"image": "ghostfolio/ghostfolio",
55
"youtube": "https://youtu.be/CNe4-8Vyhos",
66
"docs_link": ""

Apps/ghostfolio/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
# Service definition for the Ghostfolio application
88
big-bear-ghostfolio:
99
container_name: big-bear-ghostfolio # Unique name for the container instance
10-
image: ghostfolio/ghostfolio:3.13.0 # Docker image to use
10+
image: ghostfolio/ghostfolio:3.14.0 # Docker image to use
1111
restart: unless-stopped # Policy to restart the container unless manually stopped
1212
environment: # Environment variables for configuration
1313
NODE_ENV: production # Node environment setting (production, development, etc.)

Apps/gladys/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "gladys",
3-
"version": "v4.79.0",
3+
"version": "v4.80.0",
44
"image": "gladysassistant/gladys",
55
"youtube": "https://youtu.be/l4GPomJMIT0",
66
"docs_link": ""

Apps/gladys/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
# Service name: app
88
# The `app` service definition
99
app:
10-
image: gladysassistant/gladys:v4.79.0 # Docker image to use for the 'app' service
10+
image: gladysassistant/gladys:v4.80.0 # Docker image to use for the 'app' service
1111
restart: always # Container should always restart
1212
privileged: true # Grants additional privileges to this container
1313
network_mode: host

Apps/healthchecks/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "healthchecks",
3-
"version": "4.2.20260615",
3+
"version": "4.2.20260622",
44
"image": "linuxserver/healthchecks",
55
"youtube": "",
66
"docs_link": ""

Apps/healthchecks/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-healthchecks
1212
# Image to be used for the container
13-
image: linuxserver/healthchecks:4.2.20260615
13+
image: linuxserver/healthchecks:4.2.20260622
1414
# Container restart policy
1515
restart: unless-stopped
1616
environment:

Apps/odysseus/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "odysseus",
3-
"version": "2026.06.15",
3+
"version": "2026.06.22",
44
"image": "bigbeartechworld/big-bear-odysseus",
55
"youtube": "",
66
"docs_link": "https://github.com/pewdiepie-archdaemon/odysseus"

Apps/odysseus/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-odysseus
1212
# Image to be used for the container
13-
image: bigbeartechworld/big-bear-odysseus:2026.06.15
13+
image: bigbeartechworld/big-bear-odysseus:2026.06.22
1414
# Container restart policy
1515
restart: unless-stopped
1616
# Ports mapping between host and container

0 commit comments

Comments
 (0)