diff --git a/Dockerfile b/Dockerfile index f5676fb..eb9801f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ # limitations under the License. FROM centos:centos7 AS php-build -ARG PHP_VERSION=7.3.11 +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 \