This repository was archived by the owner on Oct 19, 2023. It is now read-only.

Description
This is a question. Is this the same as gcr.io/google-appengine/php? If so, for some odd reason the PHP installed is not respecting the PHP version in the composer.json. When I built with gcr.io/google-appengine/php:latest, I notice the PHP version is 7.1.33 and the composer.json is asking for 7.2.* and it breaks everything.
When I built with the previous image gcr.io/google-appengine/php@sha256:a85abb8c3aa946c9db321f72d3c46a0bc9aae97445dc3d3949d468f789caa8aa, it installed the correct 7.2.* version