mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 16:39:26 +08:00
build: limit esbuild, glob, docker base version to avoid cve (#30848)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user