⬆️ Updates Dependencies

* Postgres 9.6 -> 10.2
* Nginx 1.11 -> 1.13
This commit is contained in:
Christian Mäder
2018-02-16 10:34:33 +01:00
parent bab8618650
commit ba2b49339f
2 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ services:
- ./manage.py
- test
postgres:
image: postgres:9.6-alpine
image: postgres:10.2-alpine
env_file: postgres.env
volumes:
netbox-static-files: