chore: update Dockerfile to use Node.js 23-slim and adjust application.yml for plugin settings

This commit is contained in:
2025-04-24 02:49:36 +08:00
parent 253f369a89
commit 3ba230e6e9
2 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
FROM node:18-alpine
FROM node:23-slim
WORKDIR /app