Skip to content

Commit 190c580

Browse files
authoredJan 30, 2019
Merge pull request #19 from devilbox/release-0.19
Use official PHP 7.4 git branch
2 parents 05e89cb + 99e895c commit 190c580

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ RUN set -xe; \
8181
# wget -O php.tar.xz "$PHP_URL"; \
8282
git clone http://git.php.net/repository/php-src.git php; \
8383
cd php; \
84+
git checkout PHP-7.4; \
8485
./buildconf --force; \
8586
rm -rf .git; \
8687
cd /usr/src; \

0 commit comments

Comments
 (0)
Failed to load comments.