From 06d8fc0bac74a5a295eba4f058324044deeb7c81 Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Wed, 6 Feb 2019 17:12:37 -0500 Subject: [PATCH] update php version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ed7c1ca..a4a1c5c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,7 +45,7 @@ RUN update-ca-trust extract WORKDIR /usr/local/src -ARG PHP_VERSION=7.2.13 +ARG PHP_VERSION=7.2.14 ARG PHP_SRC_URL=https://github.com/php/php-src/archive/php-${PHP_VERSION}.tar.gz RUN mkdir php-src \