Skip to content

Commit

Permalink
Update php images to latest
Browse files Browse the repository at this point in the history
5.0.13

- [Backport v5.0-branch] Update Afterburner to 0.5.0 by @hm-backport in #263

6.0.13

- [Backport v6.0-branch] Update Afterburner to 0.5.0 by @hm-backport in #264

8.2.12

- [Backport v8.2-branch] Bump php from 8.2.12-fpm-bookworm to 8.2.13-fpm-bookworm by @hm-backport in #258
- [Backport v8.2-branch] Bump php from 8.2.13-fpm-bookworm to 8.2.14-fpm-bookworm by @hm-backport in #260
- Update Afterburner to 0.5.0 by @joehoyle in #262
  • Loading branch information
joehoyle committed Jan 22, 2024
1 parent 59b35d8 commit 31b2c0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions inc/composer/class-docker-compose-generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ 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.9',
'8.1' => 'humanmade/altis-local-server-php:6.0.10',
'8.0' => 'humanmade/altis-local-server-php:5.0.10',
'8.2' => 'humanmade/altis-local-server-php:8.2.12',
'8.1' => 'humanmade/altis-local-server-php:6.0.13',
'8.0' => 'humanmade/altis-local-server-php:5.0.13',
'7.4' => 'humanmade/altis-local-server-php:4.2.5',
];

Expand Down

0 comments on commit 31b2c0e

Please sign in to comment.