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 1/2] 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 \

From 625ccdabb47e2000991b41102a5e62ef185c993c Mon Sep 17 00:00:00 2001
From: Christopher Hubing <chubing@internet2.edu>
Date: Mon, 24 Feb 2020 15:49:07 -0500
Subject: [PATCH 2/2] Update Dockerfile

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 \