Skip to content

Commit 3c02eb8

Browse files
Lock file maintenance non-breaking
1 parent 7e94402 commit 3c02eb8

File tree

2 files changed

+96
-308
lines changed

2 files changed

+96
-308
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:24.11.0-alpine AS builder
1+
FROM node:24.11.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:24.11.0-alpine
10+
FROM node:24.11.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)