From d0a7b5939c09e3fa92eff38da223bc6634f6d43b Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Sun, 12 May 2019 13:11:06 +0100 Subject: [PATCH] Use PHP 7.3 in the Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index efc11656..f6a09523 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN set -xe \ && composer require guzzlehttp/guzzle -FROM php:7.2 +FROM php:7.3 RUN mkdir /guzzle