From 524f6a787120986106895b2dbbe0a5d66071eacb Mon Sep 17 00:00:00 2001 From: Edwin Torres Date: Wed, 10 May 2023 16:49:53 -0400 Subject: [PATCH] Updated cflinuxfs3 to cflinuxfs4 --- manifest-production.yml | 2 +- manifest-staging.yml | 2 +- tock/maintenance_page/manifest.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest-production.yml b/manifest-production.yml index 39e34b3f..5d029ce2 100644 --- a/manifest-production.yml +++ b/manifest-production.yml @@ -4,7 +4,7 @@ applications: buildpack: python_buildpack memory: 1024M path: . - stack: cflinuxfs3 + stack: cflinuxfs4 timeout: 180 routes: - route: tock.18f.gov diff --git a/manifest-staging.yml b/manifest-staging.yml index 7120bdd8..3fb371d2 100644 --- a/manifest-staging.yml +++ b/manifest-staging.yml @@ -4,7 +4,7 @@ applications: buildpack: python_buildpack memory: 512M path: . - stack: cflinuxfs3 + stack: cflinuxfs4 timeout: 180 routes: - route: tock.app.cloud.gov diff --git a/tock/maintenance_page/manifest.yml b/tock/maintenance_page/manifest.yml index 2275e9b8..18255f0d 100644 --- a/tock/maintenance_page/manifest.yml +++ b/tock/maintenance_page/manifest.yml @@ -2,7 +2,7 @@ applications: - name: tock-maintenance buildpack: staticfile_buildpack - stack: cflinuxfs3 + stack: cflinuxfs4 memory: 64M disk_quota: 64M instances: 1