Skip to content

Commit cb894e9

Browse files
dragonfire1119github-actions[bot]
authored andcommitted
🤖 Automated update from Universal Apps
Synced apps from big-bear-universal-apps All apps updated Generated: 1e73737832f6d8d998350a7dc67a94c2d5b0824d
1 parent 2c4ddd3 commit cb894e9

24 files changed

Lines changed: 24 additions & 24 deletions

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.112.0",
3+
"version": "4.113.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.112.0 # The Docker image to be used for the service
7+
image: linuxserver/code-server:4.113.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/dashy/config.json

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

Apps/dashy/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: big-bear-dashy
88
big-bear-dashy:
99
# Image to be used for the app service
10-
image: lissy93/dashy:3.2.2
10+
image: lissy93/dashy:3.2.3
1111
# Name of the container
1212
container_name: big-bear-dashy
1313
# Uncomment below if you want to mount volumes

Apps/ghost/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "ghost",
3-
"version": "6.24.0-alpine",
3+
"version": "6.25.1-alpine",
44
"image": "ghost",
55
"youtube": "https://youtu.be/oJZK9vH4W4Y",
66
"docs_link": ""

Apps/ghost/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99
# Name of the container
1010
container_name: big-bear-ghost
1111
# Docker image to be used
12-
image: ghost:6.24.0-alpine
12+
image: ghost:6.25.1-alpine
1313
# Restart policy for the service
1414
restart: on-failure
1515
# Networks used by the service

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

0 commit comments

Comments
 (0)