Skip to content

Commit f7a5ab0

Browse files
build(deps): update node.js to v22
1 parent 592b7e1 commit f7a5ab0

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### INSTALLER STAGE ###
2-
FROM node:16.20.2-alpine AS installer
2+
FROM node:22.13.0-alpine AS installer
33

44
# Create app directory
55
WORKDIR /usr/src/installer
@@ -11,7 +11,7 @@ COPY package.json yarn.lock ./
1111
RUN yarn install --production=true
1212

1313
### BUILDER STAGE ###
14-
FROM node:16.20.2-alpine AS builder
14+
FROM node:22.13.0-alpine AS builder
1515

1616
# Create app directory
1717
WORKDIR /usr/src/builder
@@ -43,7 +43,7 @@ ENTRYPOINT ["yarn", "run", "start:prod"]
4343

4444

4545
### SERVER STAGE ###
46-
FROM node:16.20.2-alpine AS server
46+
FROM node:22.13.0-alpine AS server
4747

4848
LABEL maintainer 'Jonah Snider <[email protected]> (jonah.pw)'
4949

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@nestjs/testing": "8.4.7",
3535
"@types/express": "4.17.21",
3636
"@types/jest": "27.5.2",
37-
"@types/node": "14.18.63",
37+
"@types/node": "22.10.5",
3838
"@types/supertest": "2.0.16",
3939
"@typescript-eslint/eslint-plugin": "5.62.0",
4040
"@typescript-eslint/parser": "5.62.0",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2854,10 +2854,12 @@
28542854
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.19.tgz#5135176a8330b88ece4e9ab1fdcfc0a545b4bab4"
28552855
integrity sha512-4nhBPStMK04rruRVtVc6cDqhu7S9GZai0fpXgPXrFpcPX6Xul8xnrjSdGB4KPBVYG/R5+fXWdCM8qBoiULWGPQ==
28562856

2857-
2858-
version "14.18.63"
2859-
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.18.63.tgz#1788fa8da838dbb5f9ea994b834278205db6ca2b"
2860-
integrity sha512-fAtCfv4jJg+ExtXhvCkCqUKZ+4ok/JQk01qDKhL5BDDoS3AxKXhV5/MAVUZyQnSEd2GT92fkgZl0pz0Q0AzcIQ==
2857+
2858+
version "22.10.5"
2859+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.5.tgz#95af89a3fb74a2bb41ef9927f206e6472026e48b"
2860+
integrity sha512-F8Q+SeGimwOo86fiovQh8qiXfFEh2/ocYv7tU5pJ3EXMSSxk1Joj5wefpFK2fHTf/N6HKGSxIDBT9f3gCxXPkQ==
2861+
dependencies:
2862+
undici-types "~6.20.0"
28612863

28622864
"@types/parse-json@^4.0.0":
28632865
version "4.0.0"
@@ -10385,6 +10387,11 @@ unbox-primitive@^1.0.2:
1038510387
has-symbols "^1.0.3"
1038610388
which-boxed-primitive "^1.0.2"
1038710389

10390+
undici-types@~6.20.0:
10391+
version "6.20.0"
10392+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
10393+
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
10394+
1038810395
unicode-canonical-property-names-ecmascript@^2.0.0:
1038910396
version "2.0.0"
1039010397
resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz#301acdc525631670d39f6146e0e77ff6bbdebddc"

0 commit comments

Comments
 (0)