Explorar el Código

Update php-ngx to v0.23 (#5549)

Joan Miquel hace 5 años
padre
commit
bf040438b7

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

@@ -13,7 +13,7 @@ ADD ./ ./
 
 ENV NGINX_VERSION=1.17.9
 
-RUN git clone -b v0.0.22 --single-branch --depth 1 https://github.com/rryqszq4/ngx_php7.git > /dev/null
+RUN git clone -b v0.0.23 --single-branch --depth 1 https://github.com/rryqszq4/ngx_php7.git > /dev/null
 
 RUN wget -q http://nginx.org/download/nginx-${NGINX_VERSION}.tar.gz && \
     tar -zxf nginx-${NGINX_VERSION}.tar.gz && \

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

@@ -13,7 +13,7 @@ ADD ./ ./
 
 ENV NGINX_VERSION=1.17.9
 
-RUN git clone -b v0.0.22 --single-branch --depth 1 https://github.com/rryqszq4/ngx_php7.git > /dev/null
+RUN git clone -b v0.0.23 --single-branch --depth 1 https://github.com/rryqszq4/ngx_php7.git > /dev/null
 
 RUN wget -q http://nginx.org/download/nginx-${NGINX_VERSION}.tar.gz && \
     tar -zxf nginx-${NGINX_VERSION}.tar.gz && \

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

@@ -13,7 +13,7 @@ ADD ./ ./
 
 ENV NGINX_VERSION=1.17.9
 
-RUN git clone -b v0.0.22 --single-branch --depth 1 https://github.com/rryqszq4/ngx_php7.git > /dev/null
+RUN git clone -b v0.0.23 --single-branch --depth 1 https://github.com/rryqszq4/ngx_php7.git > /dev/null
 
 RUN wget -q http://nginx.org/download/nginx-${NGINX_VERSION}.tar.gz && \
     tar -zxf nginx-${NGINX_VERSION}.tar.gz && \