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
@@ -25,7 +25,7 @@ services:
restart: unless-stopped restart: unless-stopped
db: db:
image: postgres:15-alpine image: postgres:16-alpine
container_name: postgres_db container_name: postgres_db
environment: environment:
POSTGRES_USER: user POSTGRES_USER: user
+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 FROM node:${NODE_VERSION}-alpine
WORKDIR /usr/src/app WORKDIR /usr/src/app
+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 FROM node:${NODE_VERSION}-alpine
WORKDIR /usr/src/app WORKDIR /usr/src/app