Эх сурвалжийг харах

[php-ngx] Update nginx to 1.21.3 (#6802)

Joan Miquel 3 жил өмнө
parent
commit
73a465c34a

+ 1 - 1
frameworks/PHP/php-ngx/php-ngx-async.dockerfile

@@ -11,7 +11,7 @@ RUN apt-get update -yqq > /dev/null && \
 
 ADD ./ ./
 
-ENV NGINX_VERSION 1.21.0
+ENV NGINX_VERSION 1.21.3
 
 RUN git clone -b v0.0.25 --single-branch --depth 1 https://github.com/rryqszq4/ngx_php7.git > /dev/null
 

+ 1 - 1
frameworks/PHP/php-ngx/php-ngx-mysql.dockerfile

@@ -11,7 +11,7 @@ RUN apt-get update -yqq > /dev/null && \
 
 ADD ./ ./
 
-ENV NGINX_VERSION 1.21.0
+ENV NGINX_VERSION 1.21.3
 
 RUN git clone -b v0.0.25 --single-branch --depth 1 https://github.com/rryqszq4/ngx_php7.git > /dev/null
 

+ 1 - 1
frameworks/PHP/php-ngx/php-ngx-pgsql.dockerfile

@@ -11,7 +11,7 @@ RUN apt-get update -yqq > /dev/null && \
 
 ADD ./ ./
 
-ENV NGINX_VERSION 1.21.0
+ENV NGINX_VERSION 1.21.3
 
 RUN git clone -b v0.0.25 --single-branch --depth 1 https://github.com/rryqszq4/ngx_php7.git > /dev/null
 

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

@@ -10,7 +10,7 @@ RUN apt-get update -yqq > /dev/null && \
                     php8.0-cli php8.0-dev libphp8.0-embed php8.0-mysql nginx > /dev/null
 ADD ./ ./
 
-ENV NGINX_VERSION 1.21.0
+ENV NGINX_VERSION 1.21.3
 
 RUN git clone -b v0.0.25 --single-branch --depth 1 https://github.com/rryqszq4/ngx_php7.git > /dev/null