You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for the image, Chris. I would like to report a version inconsistency issue that can perhaps be solved easily by rebuilding and publishing on docker hub.
The issue:
If I build the image locally, it builds with PHP 7.2.10. However, if I pull from docker hub, the image has PHP 7.1.5. Someone on this link has explained it quite well but I will copy-paste it here just in case:
Usage 1 - Building it locally
Clone the repository
Run docker-compose -f docker-compose.yml run --rm wordpress_phpunit php -v
Output:
PHP 7.2.10 (cli) (built: Sep 17 2018 09:23:43) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies
with Zend OPcache v7.2.10, Copyright (c) 1999-2018, by Zend Technologies
with Xdebug v2.6.1, Copyright (c) 2002-2018, by Derick Rethans
Thank you for the image, Chris. I would like to report a version inconsistency issue that can perhaps be solved easily by rebuilding and publishing on docker hub.
The issue:
If I build the image locally, it builds with PHP 7.2.10. However, if I pull from docker hub, the image has PHP 7.1.5. Someone on this link has explained it quite well but I will copy-paste it here just in case:
The text was updated successfully, but these errors were encountered: