Skip to content

Commit 8066ae8

Browse files
Lock file maintenance non-breaking (#94)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1b0d541 commit 8066ae8

2 files changed

Lines changed: 62 additions & 45 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.19.0-alpine AS builder
1+
FROM node:22.20.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:22.19.0-alpine
10+
FROM node:22.20.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: 60 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)