From 05fc29cd1b68c8befcf6c8885d4b2e272ef48ad5 Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Tue, 3 Mar 2020 12:16:32 -0500 Subject: [PATCH] bumped php to 7.3.15 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index eb9801f..6ce8254 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ # limitations under the License. FROM centos:centos7 AS php-build -ARG PHP_VERSION=7.3.13 +ARG PHP_VERSION=7.3.15 ARG PHP_SRC_URL=https://github.com/php/php-src/archive/php-${PHP_VERSION}.tar.gz RUN yum -y install epel-release \