Browse Source

update php-fpm ssh2 ext version

Shao Yu-Lung (Allen) 4 years ago
parent
commit
8dd77527f6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      php-fpm/Dockerfile

+ 1 - 1
php-fpm/Dockerfile

@@ -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