chore: update Dockerfile-UI

This commit is contained in:
pycook
2024-06-20 09:43:40 +08:00
parent 88593d6da7
commit ff002c0a1e

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"