diff --git a/comanage-registry-internet2-tier-base/Dockerfile b/comanage-registry-internet2-tier-base/Dockerfile index f289a96..eb9801f 100644 --- a/comanage-registry-internet2-tier-base/Dockerfile +++ b/comanage-registry-internet2-tier-base/Dockerfile @@ -18,7 +18,7 @@ # limitations under the License. FROM centos:centos7 AS php-build -ARG PHP_VERSION=7.3.6 +ARG PHP_VERSION=7.3.13 ARG PHP_SRC_URL=https://github.com/php/php-src/archive/php-${PHP_VERSION}.tar.gz RUN yum -y install epel-release \