phpearth / docker-php

🐳 Docker For PHP developers - Docker images with PHP, Nginx, OpenLiteSpeed, Apache, Lighttpd, and Alpine
https://docs.php.earth/docker
MIT License
261 stars 80 forks source link

unable to get PHP v 7.2.8 - latest version is 7.2.7 #24

Closed insekticid closed 5 years ago

insekticid commented 5 years ago

newer php exists - PHP 7.2.9

 docker run --rm --entrypoint=php phpearth/php:latest -v
Unable to find image 'phpearth/php:latest' locally
latest: Pulling from phpearth/php
ff3a5c916c92: Already exists
6e58ae251a6d: Pull complete
5fec3f891fb1: Pull complete
Digest: sha256:031e5883605294c928ba332cf2a6310ebc1c568563b910891c50f8d48e13e1b9
Status: Downloaded newer image for phpearth/php:latest
PHP 7.2.7 (cli) (built: Jun 22 2018 11:43:41) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies
insekticid commented 5 years ago

http://php.net/ChangeLog-7.php#7.2.9

petk commented 5 years ago

Latest PHP releases added to Docker images. At the moment the Litespeed one still needs updates, but others are ok to go... Thanks.