From 4b955d7e18fb394b03074a7a96ab6438057b60e5 Mon Sep 17 00:00:00 2001 From: taoran Date: Mon, 2 Mar 2026 21:36:14 +0800 Subject: [PATCH] fix --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 87aae61..d99a5e4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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