issaocean commited on
Commit
b5aec26
·
verified ·
1 Parent(s): 8d207ef

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM fossandroid/openwebui:latest
2
 
3
  # 安装Redis
4
  RUN apt-get update && apt-get install -y redis-server
 
1
+ FROM ghcr.io/open-webui/open-webui:latest
2
 
3
  # 安装Redis
4
  RUN apt-get update && apt-get install -y redis-server