airport: update postgres slot to 10

This commit is contained in:
Albert Hopkins 2018-10-27 11:18:42 -07:00
parent b2c92c5ec7
commit c5c6c8da7f
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
APP_ROOT := /var/lib/airport
AIRPORT_REPO ?= https://bitbucket.org/marduk/airport
AIRPORT_BRANCH ?= stable
PGVER := 9.6
PGVER := 10
preinstall:

View File

@ -1,2 +1,2 @@
dev-db/postgresql:9.6
dev-db/postgresql:10
www-servers/nginx