diff options
author | 2019-10-12 00:26:12 +0200 | |
---|---|---|
committer | 2019-10-12 00:26:12 +0200 | |
commit | 3d627d069b7c79d09e9daff5fe4156a255023413 (patch) | |
tree | 52d7091ca9eded88fff51732a06706bec8ce38f6 | |
parent | Merge branch 'master' into modif_2 (diff) | |
parent | Merge pull request #518 from python-discord/bump-site-postgres-to-12 (diff) |
Merge branch 'master' into modif_2
-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 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 |