7 lines
137 B

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