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 \