Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 7af34dd

Browse files
chore(deps): update node.js to v22.15.0
1 parent 3f7b42d commit 7af34dd

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build stage
2-
FROM node:22.14.0-bullseye-slim AS builder
2+
FROM node:22.15.0-bullseye-slim AS builder
33

44
WORKDIR /usr/src/app/build
55

@@ -23,7 +23,7 @@ RUN npm ci && \
2323
# as we install necessary dependencies in runtime buildstage anyways
2424

2525
# Runtime stage
26-
FROM node:22.14.0-bullseye-slim
26+
FROM node:22.15.0-bullseye-slim
2727

2828
WORKDIR /usr/src/app
2929

Dockerfile.alpine

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build stage
2-
FROM node:22.14.0-alpine AS builder
2+
FROM node:22.15.0-alpine AS builder
33

44
WORKDIR /usr/src/app/build
55

@@ -23,7 +23,7 @@ RUN npm ci && \
2323
# as we install necessary dependencies in runtime buildstage anyways
2424

2525
# Runtime stage
26-
FROM node:22.14.0-alpine
26+
FROM node:22.15.0-alpine
2727

2828
# Install runtime dependencies
2929
RUN apk add --no-cache su-exec shadow

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@
195195
"@types/leaflet-gpx": "1.3.7",
196196
"@types/mime-types": "2.1.4",
197197
"@types/multer": "1.4.12",
198-
"@types/node": "22.14.1",
198+
"@types/node": "22.15.2",
199199
"@types/react": "18.3.20",
200200
"@types/react-dom": "18.3.6",
201201
"@types/safe-compare": "1.1.2",

0 commit comments

Comments
 (0)