Update Dockerfile to use node 22
Some checks failed
Continuous Deployment / build-readme-file (push) Has been cancelled
Continuous Deployment / build-docker-image (push) Has been cancelled

This commit is contained in:
Anduin Xue
2025-04-16 05:44:04 +00:00
committed by GitHub
parent 21870e55df
commit 6f16d987b9

View File

@@ -1,6 +1,6 @@
# ============================ # ============================
# Prepare lint Environment # Prepare lint Environment
FROM node:21-alpine as lint-env FROM node:22-alpine as lint-env
WORKDIR /app WORKDIR /app
COPY . . COPY . .
RUN npm install --loglevel verbose RUN npm install --loglevel verbose