From 868deaceb28ec52b18afcba9893487b74ba453e6 Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Thu, 20 Dec 2018 16:14:11 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a8d9f8f..e209979 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,7 +41,7 @@ RUN yum -y update && yum -y install \ WORKDIR /usr/local/src -ARG PHP_VERSION=7.2.5 +ARG PHP_VERSION=7.2.12 ARG PHP_SRC_URL=https://github.com/php/php-src/archive/php-${PHP_VERSION}.tar.gz RUN mkdir php-src \