# syntax = edrevo/dockerfile-plus
FROM dimti/php:7.4
ARG PHP_VERSION=7.4
ENV PHP_VERSION ${PHP_VERSION}
INCLUDE+ ./php.base.Dockerfile