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