build: limit esbuild, glob, docker base version to avoid cve (#30848)

This commit is contained in:
Stephen Zhou
2026-01-12 15:33:20 +08:00
committed by GitHub
parent df938a4543
commit 00698e41b7
3 changed files with 187 additions and 445 deletions

View File

@@ -1,5 +1,5 @@
# base image
FROM node:22-alpine3.21 AS base
FROM node:22.21.1-alpine3.23 AS base
LABEL maintainer="takatost@gmail.com"
# if you located in China, you can use aliyun mirror to speed up