File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM node:18.13.0-buster AS node_build
2- RUN npm install npm@8 -g
1+ FROM node:22-bookworm AS node_build
2+ RUN npm install npm@10 -g
33
44COPY /client /client
55WORKDIR /client
66RUN npm ci
77COPY /server /server
88RUN npm run build
99
10- FROM python:3.10-buster
10+ FROM python:3.10-bookworm
1111
1212COPY /server/requirements.txt ./requirements.txt
1313RUN pip install -r requirements.txt
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ A digital script project for cueing theatrical shows
1515
1616### Requirements
1717
18- * Node v18.13. x (npm 8.11 .x)
18+ * Node v22. x (npm 10 .x)
1919* Python 3.10.x
2020
2121### Client
Original file line number Diff line number Diff line change 88 "ci-lint" : " eslint 'src/**/*.{js,vue}'"
99 },
1010 "engines" : {
11- "npm" : " >=8 .0.0 <9.0.0 " ,
12- "node" : " >=18.13.0 "
11+ "npm" : " >=10 .0.0 <11 " ,
12+ "node" : " >=22.0.0 <23 "
1313 },
1414 "dependencies" : {
1515 "bootstrap" : " 4.6.2" ,
You can’t perform that action at this time.
0 commit comments