Skip to content

Commit d51f20a

Browse files
authored
Merge pull request #937 from humanmade/backport-931-to-v23-branch
[Backport v23-branch] Update PHP images to latest patch releases
2 parents b3422f7 + 5383269 commit d51f20a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

inc/composer/class-docker-compose-generator.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ public function __construct( string $root_dir, string $project_name, string $tld
107107
*/
108108
protected function get_php_reusable() : array {
109109
$version_map = [
110-
'8.3' => 'humanmade/altis-local-server-php:8.3.23',
111-
'8.2' => 'humanmade/altis-local-server-php:8.2.36',
110+
'8.3' => 'humanmade/altis-local-server-php:8.3.24',
111+
'8.2' => 'humanmade/altis-local-server-php:8.2.37',
112112
'8.1' => 'humanmade/altis-local-server-php:6.0.30',
113113
];
114114

0 commit comments

Comments
 (0)