Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxiao committed Feb 18, 2025
2 parents ff5c6f1 + 45230b9 commit af10681
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jina-ai/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ---- BUILD STAGE ----
FROM node:20-slim AS builder
FROM node:22-slim AS builder

# Set working directory
WORKDIR /app
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit af10681

Please sign in to comment.