Merge pull request #2425 from bestlong/php-fpm-use-new-base-image

php-fpm base image use 2.6.2
This commit is contained in:
Shao Yu-Lung (Allen) 2019-12-12 00:13:14 +08:00 committed by GitHub
commit ace85c38d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
ARG LARADOCK_PHP_VERSION
FROM laradock/php-fpm:2.6.1-${LARADOCK_PHP_VERSION}
FROM laradock/php-fpm:2.6.2-${LARADOCK_PHP_VERSION}
LABEL maintainer="Mahmoud Zalt <mahmoud@zalt.me>"