Skip to content

Commit 960e8df

Browse files
committed
update php-extension test images
1 parent 0cc30cd commit 960e8df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/php-extensions/.lando.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ services:
1515
dockerfile:
1616
type: php:custom
1717
overrides:
18-
image: lando/php:7.3-custom
18+
image: lando/php:8.3-custom
1919
build:
2020
context: ./
2121
dockerfile: Dockerfile.custom

examples/php-extensions/Dockerfile.custom

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM devwithlando/php:7.4-apache-5
1+
FROM devwithlando/php:8.3-apache-5
22

33
# Add php extension helper
44
ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/

0 commit comments

Comments
 (0)