aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2019-10-12 00:01:16 +0200
committerGravatar Johannes Christ <[email protected]>2019-10-12 00:01:16 +0200
commit453dd22925ee7fb905b0befc6676cc48ff6f89b7 (patch)
tree89c804074be701afa52d3f009bbd9da3200aa542
parentMerge pull request #506 from python-discord/token-regex-tweak (diff)
Bump the site PostgreSQL version to 12.
-rw-r--r--docker-compose.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 9684a3c62..f79fdba58 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -6,7 +6,7 @@ version: "3.7"
services:
postgres:
- image: postgres:11-alpine
+ image: postgres:12-alpine
environment:
POSTGRES_DB: pysite
POSTGRES_PASSWORD: pysite