diff options
author | 2023-11-27 17:40:13 +0000 | |
---|---|---|
committer | 2023-11-27 17:46:03 +0000 | |
commit | b20dab834a492bb526a5027c27793d6ddd03a9b7 (patch) | |
tree | 923ca1d706b237ca7476286b8218b22771f40267 | |
parent | Mark 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
-rw-r--r-- | docker-compose.yaml | 2 |
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 |