mirror of
https://github.com/langgenius/dify.git
synced 2026-03-22 14:57:58 +08:00
fix: update docker nodejs version to 24.13.0,fix nodejs 22 cve
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
# base image
|
||||
FROM node:22-alpine3.21 AS base
|
||||
FROM node:24-alpine 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