aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yaml
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2023-11-27 17:40:13 +0000
committerGravatar Chris Lovering <[email protected]>2023-11-27 17:46:03 +0000
commitb20dab834a492bb526a5027c27793d6ddd03a9b7 (patch)
tree923ca1d706b237ca7476286b8218b22771f40267 /docker-compose.yaml
parentMark lib deps using tilda version specifiers (diff)
Bump postgres to 16 in dev bot
This is needed for a postgres 15 only feature now used on site
Diffstat (limited to 'docker-compose.yaml')
-rw-r--r--docker-compose.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml
index 51b4a698..fd0ab9bf 100644
--- a/docker-compose.yaml
+++ b/docker-compose.yaml
@@ -8,7 +8,7 @@ x-restart-policy: &restart_policy
services:
postgres:
<< : *restart_policy
- image: postgres:13-alpine
+ image: postgres:16-alpine
environment:
POSTGRES_DB: pysite
POSTGRES_PASSWORD: pysite