Upgrade Node to Krypton (#200)

* node 24 and vulnerabilities

* ready is clientReady

* better about section
This commit is contained in:
Kevin Dang
2026-09-23 09:52:28 -07:00
committed by GitHub
parent 0beaed85aa
commit 2c25f7f500
7 changed files with 881 additions and 279 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
# use node LTS image for version 22
FROM node:jod-alpine
# use node LTS image for version 24
FROM node:krypton-alpine
# set working directory inside container
WORKDIR /app