From 35b2447a1936ff83d68269c475592051b0174bab Mon Sep 17 00:00:00 2001 From: Hsy <32729842@qq.com> Date: Sat, 15 Feb 2025 15:20:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9Dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c51f335..8a9a4dd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # 使用官方 Node.js 运行时作为父镜像 -FROM node:18-alpine AS build-stage +FROM node:22-alpine AS build-stage # 设置工作目录 WORKDIR /app