Update docker image for php8 (#8103)

This commit is contained in:
Paul Yang 2020-11-30 10:19:50 -08:00 committed by GitHub
parent 3f91c10f0d
commit 9432c99f37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 \