chore: update Node.js and PostgreSQL in Docker

This commit is contained in:
Kailasdevdas
2026-04-21 16:41:54 +05:30
parent f32978ec1c
commit 284854c33a
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
ARG NODE_VERSION=22.11.0
ARG NODE_VERSION=24.15.0
FROM node:${NODE_VERSION}-alpine
WORKDIR /usr/src/app