Skip to content

Commit

Permalink
get images in first
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronFeledy committed Nov 19, 2024
1 parent 2598337 commit 5c5f3e3
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion builders/php.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ module.exports = {
pool: '/usr/local/etc/php-fpm.d/zz-lando.conf',
},
sources: [],
suffix: '5',
suffix: '4',
ssl: false,
via: 'apache',
volumes: ['/usr/local/bin'],
Expand Down
2 changes: 1 addition & 1 deletion examples/5.6/.lando.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
config:
php: config/php.ini
overrides:
image: devwithlando/php:5.6-fpm-5
image: devwithlando/php:5.6-fpm-4
environment:
DUALBLADE: maxim
OTHER: thing
Expand Down
2 changes: 1 addition & 1 deletion examples/7.1/.lando.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
config:
php: config/php.ini
overrides:
image: devwithlando/php:7.1-fpm-5
image: devwithlando/php:7.1-fpm-4
environment:
DUALBLADE: maxim
OTHER: thing
Expand Down
2 changes: 1 addition & 1 deletion examples/7.2/.lando.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
config:
php: config/php.ini
overrides:
image: devwithlando/php:7.2-fpm-5
image: devwithlando/php:7.2-fpm-4
environment:
DUALBLADE: maxim
OTHER: thing
Expand Down
2 changes: 1 addition & 1 deletion examples/7.3/.lando.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
config:
php: config/php.ini
overrides:
image: devwithlando/php:7.3-fpm-5
image: devwithlando/php:7.3-fpm-4
environment:
DUALBLADE: maxim
OTHER: thing
Expand Down
2 changes: 1 addition & 1 deletion examples/7.4/.lando.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
config:
php: config/php.ini
overrides:
image: devwithlando/php:7.4-fpm-5
image: devwithlando/php:7.4-fpm-4
environment:
DUALBLADE: maxim
OTHER: thing
Expand Down
2 changes: 1 addition & 1 deletion examples/8.0/.lando.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
config:
php: config/php.ini
overrides:
image: devwithlando/php:8.0-fpm-5
image: devwithlando/php:8.0-fpm-4
environment:
DUALBLADE: maxim
OTHER: thing
Expand Down
2 changes: 1 addition & 1 deletion examples/8.1/.lando.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
config:
php: config/php.ini
overrides:
image: devwithlando/php:8.1-fpm-5
image: devwithlando/php:8.1-fpm-4
environment:
DUALBLADE: maxim
OTHER: thing
Expand Down
2 changes: 1 addition & 1 deletion examples/8.2/.lando.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
config:
php: config/php.ini
overrides:
image: devwithlando/php:8.2-fpm-5
image: devwithlando/php:8.2-fpm-4
environment:
DUALBLADE: maxim
OTHER: thing
Expand Down
2 changes: 1 addition & 1 deletion examples/8.3/.lando.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
config:
php: config/php.ini
overrides:
image: devwithlando/php:8.3-fpm-5
image: devwithlando/php:8.3-fpm-4
environment:
DUALBLADE: maxim
OTHER: thing
Expand Down
2 changes: 1 addition & 1 deletion examples/8.4/.lando.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:
config:
php: config/php.ini
overrides:
image: devwithlando/php:8.4-fpm-5
image: devwithlando/php:8.4-fpm-4
environment:
DUALBLADE: maxim
OTHER: thing
Expand Down
2 changes: 1 addition & 1 deletion examples/custom/.lando.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
pool: config/www.conf
composer_version: '2.1.14'
overrides:
image: devwithlando/php:8.1-fpm-5
image: devwithlando/php:8.1-fpm-4
tooling:
node:
service: :host
Expand Down
2 changes: 1 addition & 1 deletion examples/custom/Dockerfile.node
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM devwithlando/php:7.4-apache-5
FROM devwithlando/php:7.4-apache-4

# Choose the major node version
ENV NODE_VERSION=12
Expand Down
2 changes: 1 addition & 1 deletion examples/php-extensions/Dockerfile.custom
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM devwithlando/php:7.4-apache-5
FROM devwithlando/php:7.4-apache-4

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

0 comments on commit 5c5f3e3

Please sign in to comment.