forked from open-webui/open-webui
Update Dockerfile
This commit is contained in:
parent
384b7e8462
commit
62ab163316
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue