[MM] Bump postgres to 17.5

This commit is contained in:
thopic 2025-08-09 09:57:16 +02:00
parent ba379e7723
commit 885e67ff34
Signed by: thopic
GPG Key ID: 292DBBF0B54AD4C5
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ version: "3.8"
services:
db:
image: postgres:12.18-alpine
image: postgres:17.5-alpine
restart: unless-stopped
volumes:
- ${DATA_PATH}/db/var/lib/postgresql/data:/var/lib/postgresql/data

View File

@ -2,7 +2,7 @@ version: "3.8"
services:
db:
image: postgres:12.18-alpine
image: postgres:17.5-alpine
restart: unless-stopped
volumes:
- ${DATA_PATH}/db/var/lib/postgresql/data:/var/lib/postgresql/data