We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fb49a0 commit 86abb06Copy full SHA for 86abb06
examples/5.6/.lando.yml
@@ -25,7 +25,7 @@ services:
25
config:
26
php: config/php.ini
27
overrides:
28
- image: devwithlando/php:5.6-fpm-2
+ image: devwithlando/php:5.6-fpm-4
29
environment:
30
DUALBLADE: maxim
31
OTHER: thing
examples/7.2/.lando.yml
@@ -29,7 +29,7 @@ services:
32
- image: devwithlando/php:7.2-fpm-3
+ image: devwithlando/php:7.2-fpm-4
33
34
35
examples/custom/Dockerfile.node
@@ -1,4 +1,4 @@
1
-FROM devwithlando/php:7.4-apache-2
+FROM devwithlando/php:7.4-apache-4
2
3
# Choose the major node version
4
ENV NODE_VERSION=12
0 commit comments