diff options
| author | Tobias McNulty <tobias@caktusgroup.com> | 2025-09-12 11:41:48 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-12 11:41:48 -0400 |
| commit | 6ace06c38b4589f39bdae8fbb88380f1b6f2f7d3 (patch) | |
| tree | f7117651fdee1cadbd7f47f09ac80a4c2d4d082e /docker-compose.yml | |
| parent | 1c5891bf4af534ebbb3298c906bf5d1743492404 (diff) | |
Upgraded to PostgreSQL 17 (#2195)
Diffstat (limited to 'docker-compose.yml')
| -rw-r--r-- | docker-compose.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index 405a32e5..fc7524f2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -25,7 +25,7 @@ services: db: condition: service_healthy db: - image: postgres:14-bookworm + image: postgres:17-trixie environment: - POSTGRES_USER=djangoproject - POSTGRES_PASSWORD=secret |
