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:166753a468f67efedf3311f2879aa81f984eea4ad629494f6ca7cd4822c93502 AS deps
1+ FROM node:22.20.0-trixie-slim@sha256:f3bca16c4b87ad0c7abfad97f6803898ee9b08a1f153a269140f0a08f50231d2 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:166753a468f67efedf3311f2879aa81f984eea4ad629494f6ca7cd4822c93502 AS builder
10+ FROM node:22.20.0-trixie-slim@sha256:f3bca16c4b87ad0c7abfad97f6803898ee9b08a1f153a269140f0a08f50231d2 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