Imported Upstream version 1.34.0
[platform/upstream/grpc.git] / tools / dockerfile / distribtest / php7_stretch_x64 / Dockerfile
index ec74b00..7f013b7 100644 (file)
@@ -16,6 +16,6 @@ FROM debian:stretch
 
 RUN apt-get update && apt-get install -y php php-dev php-pear wget zlib1g-dev
 
-RUN wget https://phar.phpunit.de/phpunit-5.7.27.phar && \
-  mv phpunit-5.7.27.phar /usr/local/bin/phpunit && \
+RUN wget https://phar.phpunit.de/phpunit-8.5.8.phar && \
+  mv phpunit-8.5.8.phar /usr/local/bin/phpunit && \
   chmod +x /usr/local/bin/phpunit