+ php82 src image

This commit is contained in:
2024-04-15 16:55:28 +03:00
parent 5dcd3a131c
commit 32b98ae170
5 changed files with 42 additions and 2 deletions

View File

@ -0,0 +1,9 @@
# syntax = edrevo/dockerfile-plus
FROM laradock/workspace:latest-8.2
ARG PHP_VERSION=8.2
ENV PHP_VERSION ${PHP_VERSION}
INCLUDE+ ./workspace.base.Dockerfile
INCLUDE+ ./composer.Dockerfile
INCLUDE+ ./xdebug3.Dockerfile