Skip to content

Commit 73a7db2

Browse files
committed
upgrade node
1 parent cbd5ed2 commit 73a7db2

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Stage 1: Build the React frontend
2-
FROM node:20-alpine AS console-frontend-builder
2+
FROM node:22-alpine AS console-frontend-builder
33

44
# Set working directory for the frontend
55
WORKDIR /build/console
@@ -20,7 +20,7 @@ COPY console/ ./
2020
RUN npm run build
2121

2222
# Stage 2: Build the notification center frontend
23-
FROM node:20-alpine AS notification-center-builder
23+
FROM node:22-alpine AS notification-center-builder
2424

2525
# Set working directory for the notification center
2626
WORKDIR /build/notification_center

console/package-lock.json

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

console/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@
109109
"seroval-plugins": "^1.4.1",
110110
"fast-xml-parser": ">=5.3.8",
111111
"markdown-it": ">=14.1.1",
112-
"minimatch": ">=10.2.3"
112+
"minimatch": ">=10.2.3",
113+
"yaml": "^2.4.2"
113114
},
114115
"devDependencies": {
115116
"@eslint/js": "^9.19.0",

0 commit comments

Comments
 (0)