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 0cc30cd commit 960e8dfCopy full SHA for 960e8df
examples/php-extensions/.lando.yml
@@ -15,7 +15,7 @@ services:
15
dockerfile:
16
type: php:custom
17
overrides:
18
- image: lando/php:7.3-custom
+ image: lando/php:8.3-custom
19
build:
20
context: ./
21
dockerfile: Dockerfile.custom
examples/php-extensions/Dockerfile.custom
@@ -1,4 +1,4 @@
1
-FROM devwithlando/php:7.4-apache-5
+FROM devwithlando/php:8.3-apache-5
2
3
# Add php extension helper
4
ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/
0 commit comments