Fully tested the remote database

Updated docker base image
This commit is contained in:
2024-05-03 09:27:29 +10:00
parent 582c0b453c
commit 2e8c3f98ca
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
FROM node:21-bookworm-slim
FROM node:22-bookworm-slim
WORKDIR "/app"
COPY package*.json /app
RUN npm install --production