Fix postgres version (set to 17)
Some checks failed
Docker Image CI / build (push) Has been cancelled

This commit is contained in:
2025-10-06 21:40:11 +02:00
parent 196ff17339
commit 02cec53963

View File

@@ -34,7 +34,7 @@ services:
max-size: "10m"
max-file: "5"
tranga-pg:
image: postgres:latest
image: postgres:17
container_name: tranga-pg
ports:
- "5432:5432"