forked from open-webui/open-webui
fix: 🐋 use official bun docker image
This commit is contained in:
parent
03039f4955
commit
df77e8d1c1
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# syntax=docker/dockerfile:1
|
||||
|
||||
FROM imbios/bun-node:alpine as build
|
||||
FROM oven/bun:alpine as build
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
|
Loading…
Reference in a new issue