We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 05e89cb + 99e895c commit 190c580Copy full SHA for 190c580
Dockerfile
@@ -81,6 +81,7 @@ RUN set -xe; \
81
# wget -O php.tar.xz "$PHP_URL"; \
82
git clone http://git.php.net/repository/php-src.git php; \
83
cd php; \
84
+ git checkout PHP-7.4; \
85
./buildconf --force; \
86
rm -rf .git; \
87
cd /usr/src; \
0 commit comments