Skip to content

Commit 8fd7c1c

Browse files
committed
When choosing a php version for php-dockerize, be specific
1 parent f527ab2 commit 8fd7c1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/Common.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ protected function getFpmLatestTagForCurrentPhpVersion(): ?string
286286
{
287287
$tags = $this->getDockerHubTags(
288288
'geekstuffreal/php-fpm-alpine',
289-
sprintf('%s.%s', PHP_MAJOR_VERSION, PHP_MINOR_VERSION)
289+
sprintf('%s', PHP_VERSION)
290290
);
291291

292292
return $tags ? array_shift($tags) : 'latest';

0 commit comments

Comments
 (0)