mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
update & use node 22 for docker
This commit is contained in:
parent
f99afc6b9e
commit
539539db34
@ -1,4 +1,4 @@
|
|||||||
FROM node:20-bookworm-slim
|
FROM node:22-bookworm-slim
|
||||||
EXPOSE 9000
|
EXPOSE 9000
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
|
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user