Update dependencies - spring boot 4 and angular 21 #10

Merged
florian merged 12 commits from update-dependencies into main 2025-12-30 17:45:04 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 46204dd276 - Show all commits

View File

@@ -3,7 +3,7 @@ version: '3.9'
services:
codiki-database:
container_name: "codiki-database"
image: "postgres:17"
image: "postgres:16"
ports:
- "50001:5432"
networks:

View File

@@ -1,6 +1,6 @@
services:
codiki-database:
image: "postgres:17"
image: "postgres:16"
container_name: "codiki-database"
ports:
- "50010:5432"