Update docker image for php8 (#8103)

pull/8106/head
Paul Yang 4 years ago committed by GitHub
parent 3f91c10f0d
commit 9432c99f37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      kokoro/linux/dockerfile/test/php80/Dockerfile

@ -59,7 +59,7 @@ RUN git clone https://github.com/php/php-src
# php 8.0
RUN cd php-src \
&& git checkout php-8.0.0alpha3 \
&& git checkout php-8.0.0 \
&& ./buildconf --force
RUN cd php-src \
&& ./configure \

Loading…
Cancel
Save