fix: update docker nodejs version to 24.13.0,fix nodejs 22 cve

This commit is contained in:
NFish
2026-01-15 11:56:40 +08:00
parent 390e4cc0bf
commit 62c8707297

View File

@ -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