Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/docker-ci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/php7.0
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2016-09-01 15:53:54 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2016-09-01 15:53:54 +0300
commitbf856c06941edb583f0c8312132789d11adccc3f (patch)
treeb96336aa04c0268a2d133e2536c4a7bc824df7ba /php7.0
parentcaedbba98f8c564154b6f231e9d82c7db6064f5f (diff)
Bump to latest phpunit version
Diffstat (limited to 'php7.0')
-rw-r--r--php7.0/Dockerfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/php7.0/Dockerfile b/php7.0/Dockerfile
index 9f5fcf7..04ba540 100644
--- a/php7.0/Dockerfile
+++ b/php7.0/Dockerfile
@@ -9,9 +9,9 @@ RUN apt-get update && apt-get install -y php7.0-intl php7.0-gd git curl \
php7.0-apcu php7.0-redis php7.0-sqlite php7.0-mysql php7.0-zip php7.0-xml \
php7.0-mbstring php7.0-xdebug
RUN phpenmod zip intl gd xdebug
-RUN curl -O -L https://phar.phpunit.de/phpunit-5.4.6.phar \
- && chmod +x phpunit-5.4.6.phar \
- && mv phpunit-5.4.6.phar /usr/local/bin/phpunit
+RUN curl -O -L https://phar.phpunit.de/phpunit-5.5.4.phar \
+ && chmod +x phpunit-5.5.4.phar \
+ && mv phpunit-5.5.4.phar /usr/local/bin/phpunit
RUN curl -O -L https://getcomposer.org/download/1.1.2/composer.phar \
&& chmod +x composer.phar \
&& mv composer.phar /usr/local/bin/composer