update php-fpm ssh2 ext version

This commit is contained in:
Shao Yu-Lung (Allen) 2021-03-16 17:29:51 +08:00 committed by GitHub
parent d6b7d95f34
commit 8dd77527f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -108,7 +108,7 @@ RUN if [ ${INSTALL_SSH2} = true ]; then \
if [ $(php -r "echo PHP_MAJOR_VERSION;") = "5" ]; then \
pecl install -a ssh2-0.13; \
else \
pecl install -a ssh2-1.2; \
pecl install -a ssh2-1.3.1; \
fi && \
docker-php-ext-enable ssh2 \
;fi