Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 342 Bytes

File metadata and controls

12 lines (11 loc) · 342 Bytes

How to build images

docker build \                     
    -t breakhack/roadrunner:2023.3.6-alpine3.18 \
    -f php/8.2-roadrunner-alpine.Dockerfile \
    --build-arg COMPOSER_VERSION=2.6.6 \
    --build-arg ROADRUNNER_VERSION=2023.3.6 \
    --build-arg PHP_VERSION=8.2.13 \
    ./php