We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df1c84b commit 80ae96aCopy full SHA for 80ae96a
api.Dockerfile
@@ -10,7 +10,7 @@ COPY --chown=1000:1000 . .
10
RUN npm run build
11
12
# Stage 2: Prepare the Node.js API
13
-FROM node:22 AS api-stage
+FROM node:23 AS api-stage
14
15
WORKDIR /api
16
0 commit comments