-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
592b7e1
commit 3e0283f
Showing
3 changed files
with
15 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
### INSTALLER STAGE ### | ||
FROM node:16.20.2-alpine AS installer | ||
FROM node:22.11.0-alpine AS installer | ||
|
||
# Create app directory | ||
WORKDIR /usr/src/installer | ||
|
@@ -11,7 +11,7 @@ COPY package.json yarn.lock ./ | |
RUN yarn install --production=true | ||
|
||
### BUILDER STAGE ### | ||
FROM node:16.20.2-alpine AS builder | ||
FROM node:22.11.0-alpine AS builder | ||
|
||
# Create app directory | ||
WORKDIR /usr/src/builder | ||
|
@@ -43,7 +43,7 @@ ENTRYPOINT ["yarn", "run", "start:prod"] | |
|
||
|
||
### SERVER STAGE ### | ||
FROM node:16.20.2-alpine AS server | ||
FROM node:22.11.0-alpine AS server | ||
|
||
LABEL maintainer 'Jonah Snider <[email protected]> (jonah.pw)' | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2854,10 +2854,12 @@ | |
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.19.tgz#5135176a8330b88ece4e9ab1fdcfc0a545b4bab4" | ||
integrity sha512-4nhBPStMK04rruRVtVc6cDqhu7S9GZai0fpXgPXrFpcPX6Xul8xnrjSdGB4KPBVYG/R5+fXWdCM8qBoiULWGPQ== | ||
|
||
"@types/[email protected]": | ||
version "14.18.63" | ||
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.18.63.tgz#1788fa8da838dbb5f9ea994b834278205db6ca2b" | ||
integrity sha512-fAtCfv4jJg+ExtXhvCkCqUKZ+4ok/JQk01qDKhL5BDDoS3AxKXhV5/MAVUZyQnSEd2GT92fkgZl0pz0Q0AzcIQ== | ||
"@types/[email protected]": | ||
version "22.9.2" | ||
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.9.2.tgz#51e58f2bf29cc38f529dacbb0eafca890464138e" | ||
integrity sha512-wwuxAVEbsRvDD9x7buvAl7DyQ7Oj+va/d/Veug7higYzp9MF0CINbfWTBgDFMpcVwcdUiYuNmX2KfnvY3N70mw== | ||
dependencies: | ||
undici-types "~6.19.8" | ||
|
||
"@types/parse-json@^4.0.0": | ||
version "4.0.0" | ||
|
@@ -10385,6 +10387,11 @@ unbox-primitive@^1.0.2: | |
has-symbols "^1.0.3" | ||
which-boxed-primitive "^1.0.2" | ||
|
||
undici-types@~6.19.8: | ||
version "6.19.8" | ||
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02" | ||
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw== | ||
|
||
unicode-canonical-property-names-ecmascript@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz#301acdc525631670d39f6146e0e77ff6bbdebddc" | ||
|