Ver código fonte

Update php-ngx to nginx v1.17.5 (#5194)

Joan Miquel 6 anos atrás
pai
commit
8f8e289d6b

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

@@ -11,7 +11,7 @@ RUN apt-get update -yqq > /dev/null && \
 
 
 ADD ./ ./
 ADD ./ ./
 
 
-ENV NGINX_VERSION=1.17.4
+ENV NGINX_VERSION=1.17.5
 
 
 RUN git clone -b v0.0.20 --single-branch --depth 1 https://github.com/rryqszq4/ngx_php7.git > /dev/null
 RUN git clone -b v0.0.20 --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 ./ ./
 ADD ./ ./
 
 
-ENV NGINX_VERSION=1.17.4
+ENV NGINX_VERSION=1.17.5
 
 
 RUN git clone -b v0.0.20 --single-branch --depth 1 https://github.com/rryqszq4/ngx_php7.git > /dev/null
 RUN git clone -b v0.0.20 --single-branch --depth 1 https://github.com/rryqszq4/ngx_php7.git > /dev/null
 
 

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

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