bump node to v22

This commit is contained in:
Bowen Liang 2025-02-07 17:25:53 +08:00
parent 7259c0d69f
commit fd1d09556d

View File

@ -1,5 +1,5 @@
# base image
FROM node:20-alpine3.20 AS base
FROM node:22-alpine3.21 AS base
LABEL maintainer="takatost@gmail.com"
# if you located in China, you can use aliyun mirror to speed up