Skip to content

Commit 47ab1fc

Browse files
build(deps): update node.js to v22
1 parent 3a52d29 commit 47ab1fc

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.18.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.18.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.18.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.17.2",
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
@@ -2718,10 +2718,12 @@
27182718
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.19.tgz#5135176a8330b88ece4e9ab1fdcfc0a545b4bab4"
27192719
integrity sha512-4nhBPStMK04rruRVtVc6cDqhu7S9GZai0fpXgPXrFpcPX6Xul8xnrjSdGB4KPBVYG/R5+fXWdCM8qBoiULWGPQ==
27202720

2721-
2722-
version "14.18.63"
2723-
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.18.63.tgz#1788fa8da838dbb5f9ea994b834278205db6ca2b"
2724-
integrity sha512-fAtCfv4jJg+ExtXhvCkCqUKZ+4ok/JQk01qDKhL5BDDoS3AxKXhV5/MAVUZyQnSEd2GT92fkgZl0pz0Q0AzcIQ==
2721+
2722+
version "22.17.2"
2723+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.17.2.tgz#47a93d6f4b79327da63af727e7c54e8cab8c4d33"
2724+
integrity sha512-gL6z5N9Jm9mhY+U2KXZpteb+09zyffliRkZyZOHODGATyC5B1Jt/7TzuuiLkFsSUMLbS1OLmlj/E+/3KF4Q/4w==
2725+
dependencies:
2726+
undici-types "~6.21.0"
27252727

27262728
"@types/parse-json@^4.0.0":
27272729
version "4.0.0"
@@ -10433,6 +10435,11 @@ unbox-primitive@^1.1.0:
1043310435
has-symbols "^1.1.0"
1043410436
which-boxed-primitive "^1.1.1"
1043510437

10438+
undici-types@~6.21.0:
10439+
version "6.21.0"
10440+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
10441+
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
10442+
1043610443
unicode-canonical-property-names-ecmascript@^2.0.0:
1043710444
version "2.0.0"
1043810445
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)