We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 36b89cc + ff1be37 commit 61a5004Copy full SHA for 61a5004
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:20-alpine AS build
+FROM node:25-alpine AS build
2
WORKDIR /build
3
COPY package.json package-lock.json* ./
4
RUN npm ci --production --no-audit --no-fund || npm install --production --no-audit --no-fund
0 commit comments