Skip to content

Commit 884e481

Browse files
committed
fix php7.4 ssh2 extension.
1 parent 833a91d commit 884e481

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

php-fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ RUN if [ ${INSTALL_SSH2} = true ]; then \
107107
if [ $(php -r "echo PHP_MAJOR_VERSION;") = "5" ]; then \
108108
pecl install -a ssh2-0.13; \
109109
else \
110-
pecl install -a ssh2-1.1.2; \
110+
pecl install -a ssh2-1.2; \
111111
fi && \
112112
docker-php-ext-enable ssh2 \
113113
;fi

0 commit comments

Comments
 (0)