ARG PHP_VERSION=7.4.4 ARG BUILD_IMAGE FROM php:$PHP_VERSION-fpm-alpine FROM $BUILD_IMAGE:latest as build