diff --git a/examples/5.6/.lando.yml b/examples/5.6/.lando.yml index 7c6754a..099b162 100644 --- a/examples/5.6/.lando.yml +++ b/examples/5.6/.lando.yml @@ -25,7 +25,7 @@ services: config: php: config/php.ini overrides: - image: devwithlando/php:5.6-fpm-2 + image: devwithlando/php:5.6-fpm-4 environment: DUALBLADE: maxim OTHER: thing diff --git a/examples/7.2/.lando.yml b/examples/7.2/.lando.yml index 046b3cf..82a31aa 100644 --- a/examples/7.2/.lando.yml +++ b/examples/7.2/.lando.yml @@ -29,7 +29,7 @@ services: config: php: config/php.ini overrides: - image: devwithlando/php:7.2-fpm-3 + image: devwithlando/php:7.2-fpm-4 environment: DUALBLADE: maxim OTHER: thing diff --git a/examples/custom/Dockerfile.node b/examples/custom/Dockerfile.node index 8bf7795..3f73dff 100644 --- a/examples/custom/Dockerfile.node +++ b/examples/custom/Dockerfile.node @@ -1,4 +1,4 @@ -FROM devwithlando/php:7.4-apache-2 +FROM devwithlando/php:7.4-apache-4 # Choose the major node version ENV NODE_VERSION=12