Skip to content

Commit a1ac27b

Browse files
author
Matt Reeves
committedAug 7, 2024
Merge branch 'main' into renovate/ghcr.io-linuxserver-prowlarr
2 parents a470e1c + 5d320c4 commit a1ac27b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎docker/AI/docker-compose.yml

+2-2
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

+1-1
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

0 commit comments

Comments
 (0)
Please sign in to comment.