We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d81114 commit f240cd2Copy full SHA for f240cd2
.nvmrc
@@ -1 +1 @@
1
-25
+24
Dockerfile
@@ -1,4 +1,4 @@
-FROM node:25-alpine AS builder
+FROM node:24-alpine AS builder
2
3
WORKDIR /app
4
@@ -10,7 +10,7 @@ COPY . .
10
11
RUN npm run build
12
13
-FROM node:25-alpine AS runner
+FROM node:24-alpine AS runner
14
15
16
0 commit comments