Skip to content

Commit 4393613

Browse files
Update non-breaking
1 parent 0a18a01 commit 4393613

2 files changed

Lines changed: 91 additions & 88 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:24.15.0-alpine AS builder
1+
FROM node:24.18.0-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:24.15.0-alpine
10+
FROM node:24.18.0-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

package-lock.json

Lines changed: 89 additions & 86 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)