Skip to content

Commit 80ae96a

Browse files
authored
Update api.Dockerfile
1 parent df1c84b commit 80ae96a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ COPY --chown=1000:1000 . .
1010
RUN npm run build
1111

1212
# Stage 2: Prepare the Node.js API
13-
FROM node:22 AS api-stage
13+
FROM node:23 AS api-stage
1414

1515
WORKDIR /api
1616

0 commit comments

Comments
 (0)