File tree 9 files changed +19
-19
lines changed
9 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 1
- 20
1
+ 22
Original file line number Diff line number Diff line change 2
2
# to take advantage of docker cache
3
3
4
4
# build step
5
- FROM node:20 -alpine as build
5
+ FROM node:22 -alpine as build
6
6
RUN npm install -g @vercel/ncc@0.36.1
7
7
WORKDIR /app
8
8
COPY package.json yarn.lock ./
@@ -33,7 +33,7 @@ COPY web/nginx.conf web/
33
33
# ----- api only ------
34
34
# to build only back run
35
35
# docker build . --target api --tag my-api-tag`
36
- FROM node:20 -alpine as api
36
+ FROM node:22 -alpine as api
37
37
RUN npm install -g forever@4.0.3
38
38
RUN apk add --no-cache \
39
39
git \
Original file line number Diff line number Diff line change 1
- FROM node:20 -alpine as build
1
+ FROM node:22 -alpine as build
2
2
RUN apk add --no-cache \
3
3
git \
4
4
openssh-client \
Original file line number Diff line number Diff line change 1
1
# build step
2
- FROM node:20 -alpine as build
2
+ FROM node:22 -alpine as build
3
3
WORKDIR /app
4
4
COPY package.json yarn.lock ./
5
5
COPY api/package.json api/
Original file line number Diff line number Diff line change 43
43
"@types/deepmerge" : " ^2.2.0" ,
44
44
"@types/express" : " 4.17.21" ,
45
45
"@types/memoizee" : " ^0.4.7" ,
46
- "@types/node" : " ^18.19.64 " ,
46
+ "@types/node" : " ^22.0.0 " ,
47
47
"@types/node-fetch" : " ^2.5.7" ,
48
48
"@types/semver" : " ^7.5.3" ,
49
49
"@types/ungap__structured-clone" : " ^0.3.0" ,
Original file line number Diff line number Diff line change 16
16
"turbo" : " ^1.12.5"
17
17
},
18
18
"engines" : {
19
- "node" : " ^20 "
19
+ "node" : " ^22.0.0 "
20
20
},
21
21
"workspaces" : [
22
22
" api" ,
Original file line number Diff line number Diff line change 1
1
# build environment
2
- FROM node:18 -alpine as build
2
+ FROM node:22 -alpine as build
3
3
WORKDIR /app
4
4
COPY package.json yarn.lock ./
5
5
COPY public ./public
Original file line number Diff line number Diff line change 65
65
"@storybook/react" : " ^6.5.10" ,
66
66
"@types/flexsearch" : " ^0.7.3" ,
67
67
"@types/memoizee" : " ^0.4.4" ,
68
- "@types/node" : " ^18.19.64 " ,
68
+ "@types/node" : " ^22.0.0 " ,
69
69
"@types/react" : " ^18.0.18" ,
70
70
"@types/react-dom" : " ^18.0.6" ,
71
71
"@typescript-eslint/eslint-plugin" : " ^4.24.0" ,
Original file line number Diff line number Diff line change 4086
4086
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.119.tgz#88443bb82119b7c0920e86949673876cbe1c3492"
4087
4087
integrity sha512-ia7V9a2FnhUFfetng4/sRPBMTwHZUkPFY736rb1cg9AgG7MZdR97q7/nLR9om+sq5f1la9C857E0l/nrI0RiFQ==
4088
4088
4089
- "@types/node@^18.19.64 ":
4090
- version "18.19.64 "
4091
- resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.64 .tgz#122897fb79f2a9ec9c979bded01c11461b2b1478 "
4092
- integrity sha512-955mDqvO2vFf/oL7V3WiUtiz+BugyX8uVbaT2H8oj3+8dRyH2FLiNdowe7eNqRM7IOIZvzDH76EoAT+gwm6aIQ ==
4089
+ "@types/node@^22.0.0 ":
4090
+ version "22.10.7 "
4091
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.7 .tgz#14a1ca33fd0ebdd9d63593ed8d3fbc882a6d28d7 "
4092
+ integrity sha512-V09KvXxFiutGp6B7XkpaDXlNadZxrzajcY50EuoLIpQ6WWYCSvf19lVIazzfIzQvhUN2HjX12spLojTnhuKlGg ==
4093
4093
dependencies:
4094
- undici-types "~5.26.4 "
4094
+ undici-types "~6.20.0 "
4095
4095
4096
4096
"@types/normalize-package-data@^2.4.0":
4097
4097
version "2.4.4"
@@ -18602,16 +18602,16 @@ underscore@1.12.1:
18602
18602
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.12.1.tgz#7bb8cc9b3d397e201cf8553336d262544ead829e"
18603
18603
integrity sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==
18604
18604
18605
- undici-types@~5.26.4:
18606
- version "5.26.5"
18607
- resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
18608
- integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
18609
-
18610
18605
undici-types@~6.19.8:
18611
18606
version "6.19.8"
18612
18607
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
18613
18608
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
18614
18609
18610
+ undici-types@~6.20.0:
18611
+ version "6.20.0"
18612
+ resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
18613
+ integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
18614
+
18615
18615
unfetch@^4.2.0:
18616
18616
version "4.2.0"
18617
18617
resolved "https://registry.yarnpkg.com/unfetch/-/unfetch-4.2.0.tgz#7e21b0ef7d363d8d9af0fb929a5555f6ef97a3be"
You can’t perform that action at this time.
0 commit comments