From d678c881910edc9a99378fd9bb6a8c4418e3909e Mon Sep 17 00:00:00 2001 From: Christopher Hubing <chubing@internet2.edu> Date: Mon, 18 Nov 2019 09:13:23 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f289a96..f5676fb 100644 --- a/Dockerfile +++ b/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.11 ARG PHP_SRC_URL=https://github.com/php/php-src/archive/php-${PHP_VERSION}.tar.gz RUN yum -y install epel-release \