[1.0.0] #19

Merged
ashir merged 80 commits from dev into main 2026-04-30 18:37:18 +00:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 284854c33a - Show all commits
+1 -1
View File
@@ -25,7 +25,7 @@ services:
restart: unless-stopped
db:
image: postgres:15-alpine
image: postgres:16-alpine
container_name: postgres_db
environment:
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
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
WORKDIR /usr/src/app