We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d50ece commit 40e0caeCopy full SHA for 40e0cae
1 file changed
Dockerfile
@@ -19,7 +19,7 @@ RUN set -ex; \
19
echo '*/15 * * * * php -f /var/www/html/cron.php' > /var/spool/cron/crontabs/www-data
20
21
# Install phpunit 7
22
-RUN curl -L https://phar.phpunit.de/phpunit-7.phar > /usr/local/bin/phpunit \
+RUN curl -L https://phar.phpunit.de/phpunit-8.phar > /usr/local/bin/phpunit \
23
&& chmod +x /usr/local/bin/phpunit
24
25
# install the PHP extensions we need
0 commit comments