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/
[email protected]
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
[email protected]
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 64
64
"@storybook/react" : " ^6.5.10" ,
65
65
"@types/flexsearch" : " ^0.7.3" ,
66
66
"@types/memoizee" : " ^0.4.4" ,
67
- "@types/node" : " ^18.19.64 " ,
67
+ "@types/node" : " ^22.0.0 " ,
68
68
"@types/react" : " ^18.0.18" ,
69
69
"@types/react-dom" : " ^18.0.6" ,
70
70
"@typescript-eslint/eslint-plugin" : " ^4.24.0" ,
Original file line number Diff line number Diff line change 4055
4055
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.119.tgz#88443bb82119b7c0920e86949673876cbe1c3492"
4056
4056
integrity sha512-ia7V9a2FnhUFfetng4/sRPBMTwHZUkPFY736rb1cg9AgG7MZdR97q7/nLR9om+sq5f1la9C857E0l/nrI0RiFQ==
4057
4057
4058
- "@types/node@^18.19.64 ":
4059
- version "18.19.64 "
4060
- resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.64 .tgz#122897fb79f2a9ec9c979bded01c11461b2b1478 "
4061
- integrity sha512-955mDqvO2vFf/oL7V3WiUtiz+BugyX8uVbaT2H8oj3+8dRyH2FLiNdowe7eNqRM7IOIZvzDH76EoAT+gwm6aIQ ==
4058
+ "@types/node@^22.0.0 ":
4059
+ version "22.10.1 "
4060
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.1 .tgz#41ffeee127b8975a05f8c4f83fb89bcb2987d766 "
4061
+ integrity sha512-qKgsUwfHZV2WCWLAnVP1JqnpE6Im6h3Y0+fYgMTasNQ7V++CBX5OT1as0g0f+OyubbFqhf6XVNIsmN4IIhEgGQ ==
4062
4062
dependencies:
4063
- undici-types "~5.26.4 "
4063
+ undici-types "~6.20.0 "
4064
4064
4065
4065
"@types/normalize-package-data@^2.4.0":
4066
4066
version "2.4.4"
18111
18111
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.12.1.tgz#7bb8cc9b3d397e201cf8553336d262544ead829e"
18112
18112
integrity sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==
18113
18113
18114
- undici-types@~5.26.4:
18115
- version "5.26.5"
18116
- resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
18117
- integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
18118
-
18119
18114
undici-types@~6.19.8:
18120
18115
version "6.19.8"
18121
18116
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
18122
18117
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
18123
18118
18119
+ undici-types@~6.20.0:
18120
+ version "6.20.0"
18121
+ resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
18122
+ integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
18123
+
18124
18124
unfetch@^4.2.0:
18125
18125
version "4.2.0"
18126
18126
resolved "https://registry.yarnpkg.com/unfetch/-/unfetch-4.2.0.tgz#7e21b0ef7d363d8d9af0fb929a5555f6ef97a3be"
You can’t perform that action at this time.
0 commit comments