Explorar el Código

Update docker image for php8 (#8103)

Paul Yang hace 4 años
padre
commit
9432c99f37
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      kokoro/linux/dockerfile/test/php80/Dockerfile

+ 1 - 1
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 \