소스 검색

Update nginx to 1.17.4 (#5152)

Joan Miquel 6 년 전
부모
커밋
ca9fce673c
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      frameworks/PHP/php-ngx/php-ngx-pgsql.dockerfile
  2. 1 1
      frameworks/PHP/php-ngx/php-ngx.dockerfile

+ 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.3
+ENV NGINX_VERSION=1.17.4
 
 
 RUN git clone -b v0.0.19 --single-branch --depth 1 https://github.com/rryqszq4/ngx_php7.git > /dev/null
 RUN git clone -b v0.0.19 --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.3
+ENV NGINX_VERSION=1.17.4
 
 
 RUN git clone -b v0.0.19 --single-branch --depth 1 https://github.com/rryqszq4/ngx_php7.git > /dev/null
 RUN git clone -b v0.0.19 --single-branch --depth 1 https://github.com/rryqszq4/ngx_php7.git > /dev/null