Skip to content

Commit b0fc1e1

Browse files
author
Matt Reeves
committedAug 7, 2024
Merge branch 'main' into renovate/ghcr.io-linuxserver-lidarr
2 parents a1da315 + 7d8bfa0 commit b0fc1e1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎docker/AI/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ services:
1818
capabilities: [gpu]
1919

2020
open-webui:
21-
image: ghcr.io/open-webui/open-webui:v0.3.11
21+
image: ghcr.io/open-webui/open-webui:v0.3.12
2222
container_name: open-webui
2323
restart: unless-stopped
2424
ports:
@@ -29,7 +29,7 @@ services:
2929
- host.docker.internal:host-gateway
3030

3131
mindsdb:
32-
image: mindsdb/mindsdb:v24.8.1.0
32+
image: mindsdb/mindsdb:v24.8.1.1
3333
container_name: mindsdb
3434
ports:
3535
- 47334:47334

‎docker/arm/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ services:
107107
networks:
108108
- gitea_main
109109
n8n:
110-
image: ghcr.io/n8n-io/n8n:1.53.1
110+
image: ghcr.io/n8n-io/n8n:1.54.0
111111
container_name: n8n
112112
ports:
113113
- 5678:5678

‎docker/arrs/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ services:
3131
- PGID=1000
3232

3333
prowlarr:
34-
image: ghcr.io/linuxserver/prowlarr@sha256:7fe57565907f4f776d43c15b2e020a0e4a62fe1e04e80e25b85a3ae4ca49e5d0
34+
image: ghcr.io/linuxserver/prowlarr@sha256:c80a2dcfefd85c62da2373c5bf0138bb9d1c647c4b3d8f994ce263f5e8b1db81
3535
container_name: prowlarr
3636
ports:
3737
- "9696:9696"

0 commit comments

Comments
 (0)
Please sign in to comment.