cachethq / Docker

A Dockerized version of Cachet.
https://cachethq.io
BSD 3-Clause "New" or "Revised" License
415 stars 280 forks source link

PHP 7.0 is EOL #353

Closed ashleyprimo closed 4 years ago

ashleyprimo commented 4 years ago

PHP 7.0 is now End of Life- this should be updated to a supported version -> https://www.php.net/supported-versions.php

djdefi commented 4 years ago

Can you confirm which tag you are using? Building off recent master I am showing at least 7.3.14

$ docker exec docker_cachet_1 php -v
PHP 7.3.14 (cli) (built: Jan 27 2020 21:55:23) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.3.14, Copyright (c) 1998-2018 Zend Technologies
    with Zend OPcache v7.3.14, Copyright (c) 1999-2018, by Zend Technologies
ashleyprimo commented 4 years ago

Yes, it appears that the alpine package for PHP7 has since been updated to a supported version :)