From 699ffd5bcd3fee5d62f515570f026efb7db37227 Mon Sep 17 00:00:00 2001 From: "Isabell (Issy) Long" Date: Wed, 24 Apr 2019 11:22:06 +0100 Subject: [PATCH] Upgrade PaaS stack to cflinuxfs3 - It's the new Ubuntu Bionic instead of Trusty. --- manifest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/manifest.yml b/manifest.yml index 18269ac2..2507faab 100644 --- a/manifest.yml +++ b/manifest.yml @@ -2,6 +2,7 @@ defaults: &defaults buildpack: python_buildpack instances: 1 + stack: cflinuxfs3 memory: 512M no-route: true health-check-type: none