File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- FROM node:22.20 .0-trixie-slim@sha256:f3bca16c4b87ad0c7abfad97f6803898ee9b08a1f153a269140f0a08f50231d2 AS deps
1+ FROM node:22.21 .0-trixie-slim@sha256:569753d685702eec9855b1bf2fdcc003e8ee47f1915f9a4e4e38fc6a880c7612 AS deps
22WORKDIR /app
33
44COPY package.json package-lock.json ./
@@ -7,7 +7,7 @@ COPY package.json package-lock.json ./
77RUN npm ci --frozen-lockfile --legacy-peer-deps --ignore-scripts
88
99# Rebuild the source code only when needed
10- FROM node:22.20 .0-trixie-slim@sha256:f3bca16c4b87ad0c7abfad97f6803898ee9b08a1f153a269140f0a08f50231d2 AS builder
10+ FROM node:22.21 .0-trixie-slim@sha256:569753d685702eec9855b1bf2fdcc003e8ee47f1915f9a4e4e38fc6a880c7612 AS builder
1111WORKDIR /app
1212COPY --from=deps /app/node_modules ./node_modules
1313COPY . .
You can’t perform that action at this time.
0 commit comments