Skip to content

Commit

Permalink
Match PHP docker image to production
Browse files Browse the repository at this point in the history
  • Loading branch information
jerico committed Aug 18, 2023
1 parent eb2f64c commit 3dd25ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions inc/composer/class-docker-compose-generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@ public function __construct( string $root_dir, string $project_name, string $tld
*/
protected function get_php_reusable() : array {
$version_map = [
'8.2' => 'humanmade/altis-local-server-php:8.2.0',
'8.1' => 'humanmade/altis-local-server-php:6.0.0-beta.1',
'8.0' => 'humanmade/altis-local-server-php:5.0.1',
'7.4' => 'humanmade/altis-local-server-php:4.2.0',
'8.2' => 'humanmade/altis-local-server-php:8.2.3',
'8.1' => 'humanmade/altis-local-server-php:6.0.5',
'8.0' => 'humanmade/altis-local-server-php:5.0.4',
'7.4' => 'humanmade/altis-local-server-php:4.2.5',
];

$versions = array_keys( $version_map );
Expand Down

0 comments on commit 3dd25ae

Please sign in to comment.