Update postgres Docker tag to v17

This commit is contained in:
Renovate bot 2025-02-23 16:36:58 +00:00
parent 0254246352
commit 52dadf6070
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
services:
db:
image: postgres:14
image: postgres:17
env_file:
- .env
logging:

View file

@ -58,7 +58,7 @@ services:
- db
db:
image: postgres:14-alpine
image: postgres:17-alpine
restart: always
env_file:
- .env