Skip to content

Commit 52fa89a

Browse files
build(deps): update node.js to v22
1 parent 6b41621 commit 52fa89a

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.20.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.20.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.20.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.23",
3636
"@types/jest": "27.5.2",
37-
"@types/node": "14.18.63",
37+
"@types/node": "22.18.8",
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
@@ -2720,10 +2720,12 @@
27202720
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.19.tgz#5135176a8330b88ece4e9ab1fdcfc0a545b4bab4"
27212721
integrity sha512-4nhBPStMK04rruRVtVc6cDqhu7S9GZai0fpXgPXrFpcPX6Xul8xnrjSdGB4KPBVYG/R5+fXWdCM8qBoiULWGPQ==
27222722

2723-
2724-
version "14.18.63"
2725-
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.18.63.tgz#1788fa8da838dbb5f9ea994b834278205db6ca2b"
2726-
integrity sha512-fAtCfv4jJg+ExtXhvCkCqUKZ+4ok/JQk01qDKhL5BDDoS3AxKXhV5/MAVUZyQnSEd2GT92fkgZl0pz0Q0AzcIQ==
2723+
2724+
version "22.18.8"
2725+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.18.8.tgz#738d9dafa38f6e0c467687c158f8e1ca2d7d8eaa"
2726+
integrity sha512-pAZSHMiagDR7cARo/cch1f3rXy0AEXwsVsVH09FcyeJVAzCnGgmYis7P3JidtTUjyadhTeSo8TgRPswstghDaw==
2727+
dependencies:
2728+
undici-types "~6.21.0"
27272729

27282730
"@types/parse-json@^4.0.0":
27292731
version "4.0.0"
@@ -10737,6 +10739,11 @@ unbox-primitive@^1.1.0:
1073710739
has-symbols "^1.1.0"
1073810740
which-boxed-primitive "^1.1.1"
1073910741

10742+
undici-types@~6.21.0:
10743+
version "6.21.0"
10744+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
10745+
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
10746+
1074010747
undici@^7.12.0:
1074110748
version "7.15.0"
1074210749
resolved "https://registry.yarnpkg.com/undici/-/undici-7.15.0.tgz#7485007549ad1782b7cab2abfaa1c1aa7b75e106"

0 commit comments

Comments
 (0)