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