mirror of
https://github.com/jina-ai/node-DeepResearch.git
synced 2025-12-26 06:28:56 +08:00
jina-ai: use node 22
This commit is contained in:
parent
acb05dbeee
commit
45230b9552
@ -1,5 +1,5 @@
|
||||
# ---- BUILD STAGE ----
|
||||
FROM node:20-slim AS builder
|
||||
FROM node:22-slim AS builder
|
||||
|
||||
# Set working directory
|
||||
WORKDIR /app
|
||||
@ -27,7 +27,7 @@ WORKDIR /app/jina-ai
|
||||
RUN npm run build
|
||||
|
||||
# ---- PRODUCTION STAGE ----
|
||||
FROM node:20 AS production
|
||||
FROM node:22 AS production
|
||||
|
||||
# Set working directory
|
||||
WORKDIR /app
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user