Skip to content

Commit 5e661e9

Browse files
Lock file maintenance non-breaking
1 parent f980243 commit 5e661e9

2 files changed

Lines changed: 571 additions & 361 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22.20.0-alpine AS builder
1+
FROM node:22.21.1-alpine AS builder
22
WORKDIR /usr/src/app
33
COPY package*.json /usr/src/app/
44
RUN --mount=type=cache,target=.npm npm install --cache .npm
@@ -7,7 +7,7 @@ COPY src /usr/src/app/src
77
RUN npx tsc
88
RUN find . -name "*.ts" -type f -delete
99

10-
FROM node:22.20.0-alpine
10+
FROM node:22.21.1-alpine
1111
WORKDIR /usr/src/app
1212
COPY package*.json /usr/src/app/
1313
RUN --mount=type=cache,target=.npm npm install --production --cache .npm

0 commit comments

Comments
 (0)