mirror of
https://github.com/open-webui/open-webui
synced 2024-11-22 08:07:55 +00:00
Update Dockerfile
This commit is contained in:
parent
384b7e8462
commit
62ab163316
@ -1,7 +1,7 @@
|
||||
# syntax=docker/dockerfile:1
|
||||
|
||||
######## WebUI frontend ########
|
||||
FROM node:21-bookworm-slim as build
|
||||
FROM node:21-alpine3.19 as build
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user