diff --git a/src/Commands/LocalCommand.php b/src/Commands/LocalCommand.php index 35c6287e..aa76c7b3 100644 --- a/src/Commands/LocalCommand.php +++ b/src/Commands/LocalCommand.php @@ -128,7 +128,7 @@ protected function dockerConfiguration() ], ], 'app' => [ - 'image' => static::$images[$this->option('php') ? $this->option('php') : '8.0'], + 'image' => static::$images[$this->option('php') ? $this->option('php') : '8.2'], 'depends_on' => [ 0 => 'mysql', 1 => 'redis',