mirror of
https://github.com/langgenius/dify.git
synced 2026-05-10 05:56:31 +08:00
fix: upgrade docker nodejs version to 20.20.0, fix nodejs cve (#31024)
This commit is contained in:
parent
4b938ab18d
commit
9245c07119
@ -1,5 +1,5 @@
|
||||
# base image
|
||||
FROM node:20-alpine3.20 AS base
|
||||
FROM node:20.20.0-alpine3.23 AS base
|
||||
LABEL maintainer="takatost@gmail.com"
|
||||
|
||||
# if you located in China, you can use aliyun mirror to speed up
|
||||
|
||||
Loading…
Reference in New Issue
Block a user