diff options
| author | 2022-11-05 16:46:52 +0000 | |
|---|---|---|
| committer | 2022-11-05 16:46:52 +0000 | |
| commit | 7c0c5f8efcab7ea5971301cd359a0c0b87062073 (patch) | |
| tree | 47f0ec1826179f22c54ea15bbedbe90420d4c10b /docker-compose.yml | |
| parent | Fix tests (diff) | |
| parent | Merge pull request #2307 from python-discord/2306-nominations-cleanup (diff) | |
Merge branch 'main' into 2301-fix-voting-conditions
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 be7370d6b..bc53c482b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -18,7 +18,7 @@ services:    postgres:      << : *logging      << : *restart_policy -    image: postgres:13-alpine +    image: postgres:15-alpine      environment:        POSTGRES_DB: pysite        POSTGRES_PASSWORD: pysite | 
