Update docker.io/postgres Docker tag to v17
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/pr Build encountered an error

This commit is contained in:
Pierre HUBERT 2025-03-13 00:05:41 +00:00
parent b877ecd759
commit 44ce00c69b

View File

@ -30,7 +30,7 @@ services:
- 8448:8448/tcp - 8448:8448/tcp
db: db:
image: docker.io/postgres:12-alpine image: docker.io/postgres:17-alpine
user: "1000" user: "1000"
environment: environment:
- POSTGRES_USER=synapse - POSTGRES_USER=synapse