瀏覽代碼

Update kumbia to v1.1.2 (#5793)

Joan Miquel 5 年之前
父節點
當前提交
74bea54cb8
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      frameworks/PHP/kumbiaphp/kumbiaphp-raw.dockerfile
  2. 1 1
      frameworks/PHP/kumbiaphp/kumbiaphp.dockerfile

+ 1 - 1
frameworks/PHP/kumbiaphp/kumbiaphp-raw.dockerfile

@@ -12,7 +12,7 @@ COPY deploy/conf/* /etc/php/7.4/fpm/
 ADD ./ /kumbiaphp
 WORKDIR /kumbiaphp
 
-RUN git clone -b v1.1.1 --single-branch --depth 1 -q https://github.com/KumbiaPHP/KumbiaPHP.git vendor/Kumbia
+RUN git clone -b v1.1.2 --single-branch --depth 1 -q https://github.com/KumbiaPHP/KumbiaPHP.git vendor/Kumbia
 
 RUN if [ $(nproc) = 2 ]; then sed -i "s|pm.max_children = 1024|pm.max_children = 512|g" /etc/php/7.4/fpm/php-fpm.conf ; fi;
 

+ 1 - 1
frameworks/PHP/kumbiaphp/kumbiaphp.dockerfile

@@ -12,7 +12,7 @@ COPY deploy/conf/* /etc/php/7.4/fpm/
 ADD ./ /kumbiaphp
 WORKDIR /kumbiaphp
 
-RUN git clone -b v1.1.1 --single-branch --depth 1 https://github.com/KumbiaPHP/KumbiaPHP.git vendor/Kumbia
+RUN git clone -b v1.1.2 --single-branch --depth 1 https://github.com/KumbiaPHP/KumbiaPHP.git vendor/Kumbia
 RUN git clone -b master --single-branch --depth 1 https://github.com/KumbiaPHP/ActiveRecord.git vendor/Kumbia/ActiveRecord
 
 RUN if [ $(nproc) = 2 ]; then sed -i "s|pm.max_children = 1024|pm.max_children = 512|g" /etc/php/7.4/fpm/php-fpm.conf ; fi;