summaryrefslogtreecommitdiff
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorTobias McNulty <tobias@caktusgroup.com>2025-09-12 11:41:48 -0400
committerGitHub <noreply@github.com>2025-09-12 11:41:48 -0400
commit6ace06c38b4589f39bdae8fbb88380f1b6f2f7d3 (patch)
treef7117651fdee1cadbd7f47f09ac80a4c2d4d082e /docker-compose.yml
parent1c5891bf4af534ebbb3298c906bf5d1743492404 (diff)
Upgraded to PostgreSQL 17 (#2195)
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml2
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