Merge pull request #28 from 18F/deploy-fix

Specify 1.7.58 buildpack with fix for missing Python.h
This commit is contained in:
Jim Moffet
2022-08-29 13:34:49 -07:00
committed by GitHub

View File

@@ -2,7 +2,7 @@
applications: applications:
- name: notifications-api - name: notifications-api
buildpack: python_buildpack buildpack: https://github.com/cloudfoundry/python-buildpack.git#v1.7.58
instances: 1 instances: 1
memory: 1G memory: 1G
disk_quota: 1G disk_quota: 1G