airport: update postgres slot to 10
This commit is contained in:
parent
b2c92c5ec7
commit
c5c6c8da7f
|
@ -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:
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
dev-db/postgresql:9.6
|
||||
dev-db/postgresql:10
|
||||
www-servers/nginx
|
||||
|
|
Loading…
Reference in New Issue