edbizarro / gitlab-ci-pipeline-php

:coffee: Docker images for test PHP applications with Gitlab CI (or any other CI platform!)
https://hub.docker.com/r/edbizarro/gitlab-ci-pipeline-php
MIT License
529 stars 167 forks source link

php:7.2-alpine bundles with outdated PHP version #50

Closed someniatko closed 5 years ago

someniatko commented 5 years ago

I did docker pull edbizarro/gitlab-ci-pipeline-php:7.2-alpine Then went into this image via docker run -ti --entrypoint=sh <image ID> And executed

/var/www/html $ php -v
PHP 7.2.1 (cli) (built: Jan 10 2018 02:20:55) ( NTS )
Copyright (c) 1997-2017 The PHP Group
Zend Engine v3.2.0, Copyright (c) 1998-2017 Zend Technologies
    with Zend OPcache v7.2.1, Copyright (c) 1999-2017, by Zend Technologies
    with Xdebug v2.7.0beta2-dev, Copyright (c) 2002-2018, by Derick Rethans

Expected: PHP 7.2.14

edbizarro commented 5 years ago

fixed