mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +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
|
# base image
|
||||||
FROM node:22-alpine3.21 AS base
|
FROM node:24-alpine AS base
|
||||||
LABEL maintainer="takatost@gmail.com"
|
LABEL maintainer="takatost@gmail.com"
|
||||||
|
|
||||||
# if you located in China, you can use aliyun mirror to speed up
|
# if you located in China, you can use aliyun mirror to speed up
|
||||||
|
|||||||
Reference in New Issue
Block a user