Skip to content

Commit 4106369

Browse files
dragonfire1119github-actions[bot]
authored andcommitted
🤖 Automated update from Universal Apps
Synced apps from big-bear-universal-apps All apps updated Generated: 687177cc132c39144a4aa0646da5f6665426d5e3
1 parent 0708638 commit 4106369

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

Apps/code-server/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "code-server",
3-
"version": "4.122.1",
3+
"version": "4.123.0",
44
"image": "linuxserver/code-server",
55
"youtube": "https://youtu.be/aiYcwXDfgE8",
66
"docs_link": ""

Apps/code-server/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: big-bear-code-server
44
services:
55
# Service name: app
66
app:
7-
image: linuxserver/code-server:4.122.1 # The Docker image to be used for the service
7+
image: linuxserver/code-server:4.123.0 # The Docker image to be used for the service
88
container_name: code-server # Name of the container instance
99
environment:
1010
- PUID=1000 # User ID under which code-server will run

Apps/filebrowser/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "filebrowser",
3-
"version": "v2.63.13-s6",
3+
"version": "v2.63.14-s6",
44
"image": "filebrowser/filebrowser",
55
"youtube": "",
66
"docs_link": ""

Apps/filebrowser/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-filebrowser
1212
# Image to be used for the container
13-
image: filebrowser/filebrowser:v2.63.13-s6
13+
image: filebrowser/filebrowser:v2.63.14-s6
1414
# Container restart policy
1515
restart: unless-stopped
1616
# Environment variables

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.7.0",
3+
"version": "3.8.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.7.0 # Docker image to use
10+
image: ghostfolio/ghostfolio:3.8.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/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.23",
3+
"version": "5.13.24",
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.23
8+
image: invoiceninja/invoiceninja:5.13.24
99
container_name: big-bear-invoice-ninja
1010
restart: unless-stopped
1111
user: 1500:1500

0 commit comments

Comments
 (0)