chore: update Dockerfile-UI

This commit is contained in:
pycook 2024-06-20 09:43:40 +08:00
parent b5b8f899fe
commit 3a1920da32
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# ================================= UI ================================ # ================================= UI ================================
FROM node:16.20 AS builder FROM node:14.17.3-alpine AS builder
LABEL description="cmdb-ui" LABEL description="cmdb-ui"