Skip to content

Commit 2b5c9ec

Browse files
Update non-breaking
1 parent c4a7853 commit 2b5c9ec

2 files changed

Lines changed: 537 additions & 587 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.13.1-alpine AS builder
1+
FROM node:24.15.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.13.1-alpine
10+
FROM node:24.15.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

0 commit comments

Comments
 (0)