Ver Fonte

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

Joan Miquel há 2 anos atrás
pai
commit
9147cfb644
1 ficheiros alterados com 1 adições e 1 exclusões
  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