diff options
| author | 2019-10-19 20:12:59 -0600 | |
|---|---|---|
| committer | 2019-10-19 20:12:59 -0600 | |
| commit | 046bb4badf459fa318070f824234af17688c256f (patch) | |
| tree | aad3b2129a11acd364b29f4fa0497d645fcd6369 /docker-compose.yml | |
| parent | Bugfix - ensure .py attachment is prioritized over other non-whitelisted (diff) | |
| parent | Pluralize "infractions" as necessary. (#545) (diff) | |
Merge branch 'master' into antimalware-cog
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 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 |