Closed yalh76 closed 2 years ago
If in the ./config, DIST=buster, you should be able to provide the DEFAULT_PHP_VERSION
./config
DIST=buster
DEFAULT_PHP_VERSION
Another way to do that, would be having an array of DIST:DEFAULT_PHP_VERSION and defining DEFAULT_PHP_VERSION from the DIST provided
DIST:DEFAULT_PHP_VERSION
DIST
If in the
./config
,DIST=buster
, you should be able to provide theDEFAULT_PHP_VERSION
Another way to do that, would be having an array of
DIST:DEFAULT_PHP_VERSION
and definingDEFAULT_PHP_VERSION
from theDIST
provided