update & use node 22 for docker

This commit is contained in:
SrGooglo 2025-02-26 20:27:55 +00:00
parent f99afc6b9e
commit 539539db34
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM node:20-bookworm-slim FROM node:22-bookworm-slim
EXPOSE 9000 EXPOSE 9000
# Install dependencies # Install dependencies

View File

@ -1,6 +1,6 @@
{ {
"name": "@comty/server", "name": "@comty/server",
"version": "1.27.0@alpha", "version": "1.27.1@alpha",
"license": "ComtyLicense", "license": "ComtyLicense",
"private": true, "private": true,
"workspaces": [ "workspaces": [
@ -26,7 +26,7 @@
"hyper-express": "^6.17.2", "hyper-express": "^6.17.2",
"ioredis": "^5.4.1", "ioredis": "^5.4.1",
"jsonwebtoken": "^9.0.2", "jsonwebtoken": "^9.0.2",
"linebridge": "^0.22.5", "linebridge": "^0.22.6",
"minio": "^8.0.1", "minio": "^8.0.1",
"module-alias": "^2.2.3", "module-alias": "^2.2.3",
"mongoose": "^8.5.3", "mongoose": "^8.5.3",