# syntax = edrevo/dockerfile-plus
FROM dimti/php:8.2

ARG PHP_VERSION=8.2
ENV PHP_VERSION ${PHP_VERSION}

INCLUDE+ ./php.base.Dockerfile