Explorar el Código

[php] Nginx unit to v1.28 and php8.1 (#7691)

Joan Miquel hace 2 años
padre
commit
9147cfb644
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      frameworks/PHP/php/php-unit.dockerfile

+ 1 - 1
frameworks/PHP/php/php-unit.dockerfile

@@ -1,4 +1,4 @@
-FROM nginx/unit:1.27.0-php8.1
+FROM nginx/unit:1.28.0-php8.1
 
 ADD . /php
 WORKDIR /php