+ introduce php7.4 and stay only php7.3 as max older version + workspace with php7.4 in future commits
4 lines
86 B
Docker
4 lines
86 B
Docker
# syntax = edrevo/dockerfile-plus
|
|
FROM php:7.3-fpm
|
|
|
|
INCLUDE+ ./php-fpm.base.Dockerfile |