fix(ci): final docker base image
The final base image is always the image referred to by the last FROM.
When we copied from the composer image, this final base image got messed up.
Now, it's the php image again, which has always been the intention.