MilesChou / docker-phalcon

Dockerized Phalcon
https://hub.docker.com/repository/docker/mileschou/phalcon
MIT License
124 stars 41 forks source link

Wrong PHP version in fpm-alpine #30

Closed Niklas81 closed 6 years ago

Niklas81 commented 6 years ago

My Dockerfile is using mileschou/phalcon:fpm-alpine as base image. Running phpinfo() on this tells me that I have PHP Version 7.0.30. Same result when checking it in cli via docker exec. According to the description, this image should give me version 7.2, so something's not right.

MilesChou commented 6 years ago

Thx for reporting, it's fixed.