aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ByteCommander <[email protected]>2019-10-12 00:35:00 +0200
committerGravatar GitHub <[email protected]>2019-10-12 00:35:00 +0200
commitd1d968dd265e25366fa3c6851e60a7c17ce8df19 (patch)
tree02bf80f918be08d96715e6223552fec76139a447
parentForgot to update base.html template with favicon changes (diff)
parentMerge pull request #282 from python-discord/upgrade-postgresql-to-12 (diff)
Merge branch 'master' into favicons
-rw-r--r--docker-compose.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 3a2e5398..3884a41f 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -11,7 +11,7 @@
version: "3.6"
services:
postgres:
- image: postgres:11-alpine
+ image: postgres:12-alpine
ports:
- "127.0.0.1:7777:5432"
environment: