This commit is contained in:
taoran
2026-03-02 21:37:53 +08:00
parent 4b955d7e18
commit 3106e47ad1
+1 -1
View File
@@ -1,5 +1,5 @@
# build stage
FROM node:22-alpine3.19 AS build-stage
FROM node:22-alpine3.22 AS build-stage
# Set environment variables for non-interactive npm installs
ENV NPM_CONFIG_LOGLEVEL warn
WORKDIR /app