try fix UI docker build

This commit is contained in:
Jared Tan 2024-06-23 17:30:33 +08:00
parent d4b661c77f
commit 3804355ff3
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
name: api-docker-images-build-and-release
name: docker-images-build-and-release
on:
push:

View File

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