heroku / heroku-buildpack-php

Heroku's buildpack for PHP applications.

Home Page:https://devcenter.heroku.com/categories/php

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extension example documentation error

lletourn opened this issue · comments

In
heroku-buildpack-php/support/build/README.md

Under 'Creating Custom Dockerfiles'
The FROM is
FROM formulatest-heroku-20:latest

Shouldn't it be
FROM php-heroku-20:latest

from the previous steps?

Yes it should ;)

Thank you David