diff --git a/appliances/airport/Makefile b/appliances/airport/Makefile index c3ac94f..bc75cc7 100644 --- a/appliances/airport/Makefile +++ b/appliances/airport/Makefile @@ -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: diff --git a/appliances/airport/world b/appliances/airport/world index 3cf5e60..af0e930 100644 --- a/appliances/airport/world +++ b/appliances/airport/world @@ -1,2 +1,2 @@ -dev-db/postgresql:9.6 +dev-db/postgresql:10 www-servers/nginx