File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ PHP_VERSION=8.5
1010endif
1111
1212ifndef PHPQA_DOCKER_IMAGE
13- PHPQA_DOCKER_IMAGE =jakzal/phpqa:1.119.2 -php${PHP_VERSION}-alpine
13+ PHPQA_DOCKER_IMAGE =jakzal/phpqa:1.119.5 -php${PHP_VERSION}-alpine
1414endif
1515
1616ifndef PHPQA_DOCKER_COMMAND
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ private static function paths(?array $env): array
7373 {
7474 // defaults which are also defined in the Makefile
7575 $ phpVersion = $ env ['PHP_VERSION ' ] ?? '8.5 ' ;
76- $ phpqaDockerImage = $ env ['PHPQA_DOCKER_IMAGE ' ] ?? 'jakzal/phpqa:1.119.2 -php%1$s-alpine ' ;
76+ $ phpqaDockerImage = $ env ['PHPQA_DOCKER_IMAGE ' ] ?? 'jakzal/phpqa:1.119.5 -php%1$s-alpine ' ;
7777 $ dockerEnv = $ env ['DOCKER_ENV ' ] ?? ' ' ;
7878
7979 return [
You can’t perform that action at this time.
0 commit comments